Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

UIO: fix specific device driver missing statement for depmod

On Fri, Apr 10, 2009 at 01:50:50PM -0700, Andrew Morton wrote:
> On Fri, 10 Apr 2009 13:32:01 GMT
> bugzilla-daemon@bugzilla.kernel.org wrote:
>
> > http://bugzilla.kernel.org/show_bug.cgi?id=13059

drivers/uio/uio_cif.c misses a MODULE_DEVICE_TABLE, this fixes it.

Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Hans J. Koch and committed by
Greg Kroah-Hartman
912335c4 7607b1d6

+1
+1
drivers/uio/uio_cif.c
··· 147 147 module_init(hilscher_init_module); 148 148 module_exit(hilscher_exit_module); 149 149 150 + MODULE_DEVICE_TABLE(pci, hilscher_pci_ids); 150 151 MODULE_LICENSE("GPL v2"); 151 152 MODULE_AUTHOR("Hans J. Koch, Benedikt Spranger");