aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/ov519.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/ov519.c')
-rw-r--r--drivers/media/video/gspca/ov519.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/media/video/gspca/ov519.c b/drivers/media/video/gspca/ov519.c
index 1075668db296..739e8a2a2d30 100644
--- a/drivers/media/video/gspca/ov519.c
+++ b/drivers/media/video/gspca/ov519.c
@@ -5055,18 +5055,7 @@ static struct usb_driver sd_driver = {
5055#endif 5055#endif
5056}; 5056};
5057 5057
5058/* -- module insert / remove -- */ 5058module_usb_driver(sd_driver);
5059static int __init sd_mod_init(void)
5060{
5061 return usb_register(&sd_driver);
5062}
5063static void __exit sd_mod_exit(void)
5064{
5065 usb_deregister(&sd_driver);
5066}
5067
5068module_init(sd_mod_init);
5069module_exit(sd_mod_exit);
5070 5059
5071module_param(frame_rate, int, 0644); 5060module_param(frame_rate, int, 0644);
5072MODULE_PARM_DESC(frame_rate, "Frame rate (5, 10, 15, 20 or 30 fps)"); 5061MODULE_PARM_DESC(frame_rate, "Frame rate (5, 10, 15, 20 or 30 fps)");