aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index 0771acbed74d..a5812e2e25c1 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -870,8 +870,10 @@ static struct pci_driver dvb_pci_driver = {
870 .id_table = cx8802_pci_tbl, 870 .id_table = cx8802_pci_tbl,
871 .probe = dvb_probe, 871 .probe = dvb_probe,
872 .remove = __devexit_p(dvb_remove), 872 .remove = __devexit_p(dvb_remove),
873#ifdef CONFIG_PM
873 .suspend = cx8802_suspend_common, 874 .suspend = cx8802_suspend_common,
874 .resume = cx8802_resume_common, 875 .resume = cx8802_resume_common,
876#endif
875}; 877};
876 878
877static int dvb_init(void) 879static int dvb_init(void)