diff options
Diffstat (limited to 'drivers/media/video/gspca/vc032x.c')
-rw-r--r-- | drivers/media/video/gspca/vc032x.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/vc032x.c b/drivers/media/video/gspca/vc032x.c index f4a52956e0d9..47c7ce641d99 100644 --- a/drivers/media/video/gspca/vc032x.c +++ b/drivers/media/video/gspca/vc032x.c | |||
@@ -1774,6 +1774,10 @@ static struct usb_driver sd_driver = { | |||
1774 | .id_table = device_table, | 1774 | .id_table = device_table, |
1775 | .probe = sd_probe, | 1775 | .probe = sd_probe, |
1776 | .disconnect = gspca_disconnect, | 1776 | .disconnect = gspca_disconnect, |
1777 | #ifdef CONFIG_PM | ||
1778 | .suspend = gspca_suspend, | ||
1779 | .resume = gspca_resume, | ||
1780 | #endif | ||
1777 | }; | 1781 | }; |
1778 | 1782 | ||
1779 | /* -- module insert / remove -- */ | 1783 | /* -- module insert / remove -- */ |