浏览代码

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>
Andrew Morton 19 年之前
父节点
当前提交
e0ad848626
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/media/video/cx88/cx88-alsa.c

+ 0 - 1
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
 };
 
 /****************************************************************************