public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* staging/vt6655: uses pci functions, should depend on PCI
@ 2009-06-05 18:12 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2009-06-05 18:12 UTC (permalink / raw)
  To: Linux Kernel Mailing List, devel; +Cc: Greg KH

From: Randy Dunlap <randy.dunlap@oracle.com>

This driver uses lots of pci_*() calls, so it should depend on PCI.

drivers/staging/vt6655/device_main.c:3942: error: implicit declaration of function 'pci_dev_driver'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/staging/vt6655/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20090605.orig/drivers/staging/vt6655/Kconfig
+++ linux-next-20090605/drivers/staging/vt6655/Kconfig
@@ -1,5 +1,6 @@
 config VT6655
    tristate "VIA Technologies VT6655 support"
+   depends on PCI
    ---help---
    This is a vendor-written driver for VIA VT6655.
 



-- 
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-05 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 18:12 staging/vt6655: uses pci functions, should depend on PCI Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox