[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20090814102250.GA4162@linux.vnet.ibm.com>
Date: Fri, 14 Aug 2009 15:52:50 +0530
From: Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>
To: Greg KH <gregkh@...e.de>
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
Stephen Rothwell <sfr@...b.auug.org.au>, mark.a.allyn@...el.com
Subject: [PATCH] next-20090813 DX SEP driver build breaks with CONFIG_PCI=n
Hi Greg,
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@...ux.vnet.ibm.com>
--
drivers/staging/sep/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig
index 6ef59f8..0a9c39c 100644
--- a/drivers/staging/sep/Kconfig
+++ b/drivers/staging/sep/Kconfig
@@ -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
Kamalesh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists