aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/sq930x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/sq930x.c')
-rw-r--r--drivers/media/video/gspca/sq930x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/sq930x.c b/drivers/media/video/gspca/sq930x.c
index 2d068867d0a4..3e1e486af883 100644
--- a/drivers/media/video/gspca/sq930x.c
+++ b/drivers/media/video/gspca/sq930x.c
@@ -1165,6 +1165,7 @@ static struct usb_driver sd_driver = {
1165#ifdef CONFIG_PM 1165#ifdef CONFIG_PM
1166 .suspend = gspca_suspend, 1166 .suspend = gspca_suspend,
1167 .resume = gspca_resume, 1167 .resume = gspca_resume,
1168 .reset_resume = gspca_resume,
1168#endif 1169#endif
1169}; 1170};
1170 1171