]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit75920d639d4d3bfe42d61248d3e03d6eae2fb180
tree45edd136206590d1e4ce113f0a9c7025f76f99b1
parent41d24c146164a58b5c6111ecf6f89461305b14d1
[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