[PATCH] let SOUND_AD1889 depend on PCI
authorAdrian Bunk <bunk@stusta.de>
Sat, 16 Apr 2005 22:25:59 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:25:59 +0000 (15:25 -0700)
commit5b45c3bb1247ba84e4123c46abe64adf84e03aaf
treeac85d6d2a8a5aab679c4adb25fb4b62c31276974
parent9a8488965dc4c42a4a1f84cab907c7d6c5cf1563
[PATCH] let SOUND_AD1889 depend on PCI

Compiling SOUND_AD1889 with PCI=n results in the following compile
error:

sound/built-in.o(.text+0x24f0c): In function `ad1889_remove':
: undefined reference to `pci_release_region'

This patch adds the missing dependency on PCI.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/Kconfig