summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-01-15 06:45:20 -0200
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-15 10:02:18 -0200
commite0ad8486266c3415ab9c17f5c03c47edc7b93d7b (patch)
tree596131fa355d058d9b3f3152d5ff303014710575 /drivers
parentfabd23862ba34f217f154c225c59eb5267c4a5d1 (diff)
downloadlinux-3.10-e0ad8486266c3415ab9c17f5c03c47edc7b93d7b.tar.gz
linux-3.10-e0ad8486266c3415ab9c17f5c03c47edc7b93d7b.tar.bz2
linux-3.10-e0ad8486266c3415ab9c17f5c03c47edc7b93d7b.zip
V4L/DVB (3375): git dvb callbacks fix
- 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 'drivers')
-rw-r--r--drivers/media/video/cx88/cx88-alsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-alsa.c b/drivers/media/video/cx88/cx88-alsa.c
index fd8bc718f0e..e649f678d47 100644
--- a/drivers/media/video/cx88/cx88-alsa.c
+++ b/drivers/media/video/cx88/cx88-alsa.c
@@ -805,7 +805,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
};
/****************************************************************************