summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2006-01-15 08:45:20 +0000
committerMauro Carvalho Chehab <devnull@localhost>2006-01-15 08:45:20 +0000
commite14cc3dadbf43c224ee2f55c82266fe7951e3bb8 (patch)
treee95a4a8554fa425b446cfb8daf4663df816e71d0 /linux/drivers/media/video/cx88
parent52a953d773f7990deeca1219f0a56922036db2f1 (diff)
downloadmediapointer-dvb-s2-e14cc3dadbf43c224ee2f55c82266fe7951e3bb8.tar.gz
mediapointer-dvb-s2-e14cc3dadbf43c224ee2f55c82266fe7951e3bb8.tar.bz2
git dvb callbacks fix
From: Andrew Morton <akpm@osdl.org> Not sure what went wrong here, but SND_PCI_PM_CALLBACKS got deleted. 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')
-rw-r--r--linux/drivers/media/video/cx88/cx88-alsa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-alsa.c b/linux/drivers/media/video/cx88/cx88-alsa.c
index aac5d7b2f..891266e93 100644
--- a/linux/drivers/media/video/cx88/cx88-alsa.c
+++ b/linux/drivers/media/video/cx88/cx88-alsa.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-alsa.c,v 1.29 2006/01/12 13:09:55 mchehab Exp $
+ * $Id: cx88-alsa.c,v 1.30 2006/01/15 08:45:20 mchehab Exp $
*
* Support for audio capture
* PCI function #1 of the cx2388x.
@@ -823,7 +823,6 @@ static struct pci_driver cx88_audio_pci_driver = {
.id_table = cx88_audio_pci_tbl,
.probe = cx88_audio_initdev,
.remove = cx88_audio_finidev,
- SND_PCI_PM_CALLBACKS
};
/****************************************************************************