aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/sn9c20x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/sn9c20x.c')
-rw-r--r--drivers/media/video/gspca/sn9c20x.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c
index b5fca9166745..9e198b45c3c8 100644
--- a/drivers/media/video/gspca/sn9c20x.c
+++ b/drivers/media/video/gspca/sn9c20x.c
@@ -2592,15 +2592,4 @@ static struct usb_driver sd_driver = {
2592#endif 2592#endif
2593}; 2593};
2594 2594
2595/* -- module insert / remove -- */ 2595module_usb_driver(sd_driver);
2596static int __init sd_mod_init(void)
2597{
2598 return usb_register(&sd_driver);
2599}
2600static void __exit sd_mod_exit(void)
2601{
2602 usb_deregister(&sd_driver);
2603}
2604
2605module_init(sd_mod_init);
2606module_exit(sd_mod_exit);