dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/sep
Kamalesh Babulal 817bb33433 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>
2009-09-15 12:02:15 -07:00
..
Kconfig Staging: sep: SEP driver build breaks with CONFIG_PCI=n 2009-09-15 12:02:15 -07:00
Makefile Staging: sep: remove extra CFLAGS we don't use 2009-09-15 12:02:14 -07:00
TODO Staging: sep: Upstream revision 3 of the security processor kernel driver 2009-09-15 12:02:11 -07:00
sep_dev.h Staging: sep: kick out various fields we can prove are not needed 2009-09-15 12:02:15 -07:00
sep_driver.c Staging: sep: use ioremap helpers 2009-09-15 12:02:15 -07:00
sep_driver_api.h Staging: sep: tidy firmware load 2009-09-15 12:02:15 -07:00
sep_driver_config.h Staging: sep: various minor tidyups 2009-09-15 12:02:15 -07:00
sep_driver_hw_defs.h Staging: sep: indent pass 2009-09-15 12:02:12 -07:00