Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0ad8486 authored by Andrew Morton's avatar Andrew Morton Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3375): git dvb callbacks fix



- Not sure what went wrong here, but SND_PCI_PM_CALLBACKS got deleted.

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent fabd2386
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
};

/****************************************************************************