aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/zc3xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/zc3xx.c')
-rw-r--r--drivers/media/video/gspca/zc3xx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/zc3xx.c b/drivers/media/video/gspca/zc3xx.c
index d36f4d7d22b..79436f27cd4 100644
--- a/drivers/media/video/gspca/zc3xx.c
+++ b/drivers/media/video/gspca/zc3xx.c
@@ -7584,6 +7584,10 @@ static struct usb_driver sd_driver = {
7584 .id_table = device_table, 7584 .id_table = device_table,
7585 .probe = sd_probe, 7585 .probe = sd_probe,
7586 .disconnect = gspca_disconnect, 7586 .disconnect = gspca_disconnect,
7587#ifdef CONFIG_PM
7588 .suspend = gspca_suspend,
7589 .resume = gspca_resume,
7590#endif
7587}; 7591};
7588 7592
7589static int __init sd_mod_init(void) 7593static int __init sd_mod_init(void)