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,7 +1,7 @@
|
|||
config DX_SEP
|
||||
tristate "Discretix SEP driver"
|
||||
# depends on MRST
|
||||
depends on RAR_REGISTER
|
||||
depends on RAR_REGISTER && PCI
|
||||
default y
|
||||
help
|
||||
Discretix SEP driver
|
||||
|
|
Loading…
Reference in New Issue