]> Git Repo - linux.git/commitdiff
[PATCH] dvb: usb: removed empty module_init/exit calls
authorAndreas Oberritter <[email protected]>
Fri, 9 Sep 2005 20:02:43 +0000 (13:02 -0700)
committerLinus Torvalds <[email protected]>
Fri, 9 Sep 2005 20:57:40 +0000 (13:57 -0700)
Removed empty module_init/exit calls.

Signed-off-by: Andreas Oberritter <[email protected]>
Signed-off-by: Johannes Stezenbach <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/media/dvb/dvb-usb/dvb-usb-init.c

index 65f0c095abc9184f5ec9e08cb7878afb7999d985..ea1098a6c7a869666bb01650465d44a425af5245 100644 (file)
@@ -196,19 +196,6 @@ void dvb_usb_device_exit(struct usb_interface *intf)
 }
 EXPORT_SYMBOL(dvb_usb_device_exit);
 
-/* module stuff */
-static int __init dvb_usb_module_init(void)
-{
-       return 0;
-}
-
-static void __exit dvb_usb_module_exit(void)
-{
-}
-
-module_init (dvb_usb_module_init);
-module_exit (dvb_usb_module_exit);
-
 MODULE_VERSION("0.3");
 MODULE_AUTHOR("Patrick Boettcher <[email protected]>");
 MODULE_DESCRIPTION("A library module containing commonly used USB and DVB function USB DVB devices");
This page took 0.049134 seconds and 4 git commands to generate.