aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/mars.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/mars.c')
-rw-r--r--drivers/media/video/gspca/mars.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/media/video/gspca/mars.c b/drivers/media/video/gspca/mars.c
index edd32793bb17..b0231465afae 100644
--- a/drivers/media/video/gspca/mars.c
+++ b/drivers/media/video/gspca/mars.c
@@ -516,15 +516,4 @@ static struct usb_driver sd_driver = {
516#endif 516#endif
517}; 517};
518 518
519/* -- module insert / remove -- */ 519module_usb_driver(sd_driver);
520static int __init sd_mod_init(void)
521{
522 return usb_register(&sd_driver);
523}
524static void __exit sd_mod_exit(void)
525{
526 usb_deregister(&sd_driver);
527}
528
529module_init(sd_mod_init);
530module_exit(sd_mod_exit);