projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fabd238
)
V4L/DVB (3375): git dvb callbacks fix
author
Andrew Morton
<akpm@osdl.org>
Sun, 15 Jan 2006 08:45:20 +0000
(06:45 -0200)
committer
Mauro Carvalho Chehab
<mchehab@brturbo.com.br>
Sun, 15 Jan 2006 12:02:18 +0000
(10:02 -0200)
- 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>
drivers/media/video/cx88/cx88-alsa.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx88/cx88-alsa.c
b/drivers/media/video/cx88/cx88-alsa.c
index fd8bc718f0e33df0a446d3d5c67f68929eca6490..e649f678d47ab0a749b89146867ff9b1f513f73a 100644
(file)
--- 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
};
/****************************************************************************