All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Staging: sep: should depend on PCI
@ 2009-08-18  9:48 Alexander Beregalov
  2009-08-18  9:48 ` [PATCH 2/2] Staging: sep: fix warnings Alexander Beregalov
  2009-08-18 17:34 ` [PATCH 1/2] Staging: sep: should depend on PCI Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Beregalov @ 2009-08-18  9:48 UTC (permalink / raw)
  To: gregkh, linux-kernel; +Cc: Alexander Beregalov

Fix this build error when CONFIG_PCI is not set
drivers/staging/sep/sep_driver.c:2548: error: implicit declaration of function 'pci_dev_get'

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---
 drivers/staging/sep/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig
index 6ef59f8..2045809 100644
--- a/drivers/staging/sep/Kconfig
+++ b/drivers/staging/sep/Kconfig
@@ -2,6 +2,7 @@ config DX_SEP
 	tristate "Discretix SEP driver"
 #	depends on MRST
 	depends on RAR_REGISTER
+	depends on PCI
 	default y
 	help
 	  Discretix SEP driver
-- 
1.6.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-08-18 17:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-18  9:48 [PATCH 1/2] Staging: sep: should depend on PCI Alexander Beregalov
2009-08-18  9:48 ` [PATCH 2/2] Staging: sep: fix warnings Alexander Beregalov
2009-08-18 17:35   ` Greg KH
2009-08-18 17:34 ` [PATCH 1/2] Staging: sep: should depend on PCI Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.