Staging: sep: SEP driver build breaks with CONFIG_PCI=n
next-20090813 randconfig build breaks Discretix SEP driver when configured with CONFIG_PCI=n. drivers/staging/sep/sep_driver.c: In function 'sep_probe': drivers/staging/sep/sep_driver.c:2548: error: implicit declaration of function 'pci_dev_get' This patch adds the dependency on PCI for the DX SEP driver. Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
663d8bb0a9
commit
817bb33433
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
config DX_SEP
|
config DX_SEP
|
||||||
tristate "Discretix SEP driver"
|
tristate "Discretix SEP driver"
|
||||||
# depends on MRST
|
# depends on MRST
|
||||||
depends on RAR_REGISTER
|
depends on RAR_REGISTER && PCI
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Discretix SEP driver
|
Discretix SEP driver
|
||||||
|
|
Loading…
Add table
Reference in a new issue