PKGBUILDs/extra/intel-536ep/2.6.30.patch

11 lines
335 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- coredrv/coredrv.c~ 2009-06-11 20:02:24.000000000 +0000
+++ coredrv/coredrv.c 2009-06-11 20:02:24.000000000 +0000
@@ -782,7 +782,6 @@
if(hamproc == NULL) return -ENOMEM;
hamproc->read_proc = hamproc_read;
hamproc->write_proc = hamproc_write;
- hamproc->owner = THIS_MODULE;
return 0;
}
void detach_hamproc(void)