diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-12 22:01:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-12 22:01:27 -0300 |
commit | 327b3eeac63ecf26ab99824b7a86b8881c49ffa7 (patch) | |
tree | ba9958e04733ba607768bbcf8d85bbd3db0c5440 /linux/drivers/media/video/cx88/cx88-blackbird.c | |
parent | 4bb99da8a70bb980c10c82bde8e798dda6e879d2 (diff) | |
download | mediapointer-dvb-s2-327b3eeac63ecf26ab99824b7a86b8881c49ffa7.tar.gz mediapointer-dvb-s2-327b3eeac63ecf26ab99824b7a86b8881c49ffa7.tar.bz2 |
CONFIG_PM=n slim: drivers/media/video/*
From: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-blackbird.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-blackbird.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-blackbird.c b/linux/drivers/media/video/cx88/cx88-blackbird.c index 5888eb2dd..5a6686c43 100644 --- a/linux/drivers/media/video/cx88/cx88-blackbird.c +++ b/linux/drivers/media/video/cx88/cx88-blackbird.c @@ -1213,8 +1213,10 @@ static struct pci_driver blackbird_pci_driver = { .id_table = cx8802_pci_tbl, .probe = blackbird_probe, .remove = __devexit_p(blackbird_remove), +#ifdef CONFIG_PM .suspend = cx8802_suspend_common, .resume = cx8802_resume_common, +#endif }; static int blackbird_init(void) |