30 Jan
2012
30 Jan
'12
7:01 a.m.
2012/1/30 Axel Lin axel.lin@gmail.com:
commit d1458279b "ALSA: Add snd_pci_quirk_lookup_id()" introduces below build waring: CC sound/sound_core.o In file included from sound/sound_core.c:15: include/sound/core.h:454: warning: 'struct pci_dev' declared inside parameter list include/sound/core.h:454: warning: its scope is only this definition or declaration, which is probably not what you want
Include linux/pci.h to fix the build warning.
oh.. The correct fix should be to add #ifdef CONFIG_PCI guard for snd_pci_quirk_* I'll send the fix now.
Axel