diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-blackbird.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-blackbird.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c index b60177f173c3..a7921f9d45d8 100644 --- a/drivers/media/video/cx88/cx88-blackbird.c +++ b/drivers/media/video/cx88/cx88-blackbird.c | |||
@@ -1160,8 +1160,10 @@ static struct pci_driver blackbird_pci_driver = { | |||
1160 | .id_table = cx8802_pci_tbl, | 1160 | .id_table = cx8802_pci_tbl, |
1161 | .probe = blackbird_probe, | 1161 | .probe = blackbird_probe, |
1162 | .remove = __devexit_p(blackbird_remove), | 1162 | .remove = __devexit_p(blackbird_remove), |
1163 | #ifdef CONFIG_PM | ||
1163 | .suspend = cx8802_suspend_common, | 1164 | .suspend = cx8802_suspend_common, |
1164 | .resume = cx8802_resume_common, | 1165 | .resume = cx8802_resume_common, |
1166 | #endif | ||
1165 | }; | 1167 | }; |
1166 | 1168 | ||
1167 | static int blackbird_init(void) | 1169 | static int blackbird_init(void) |