From 4900dea69fc70d145c7d6b66830de6642a4c4152 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Fri, 5 Jun 2009 11:12:03 -0700 Subject: [PATCH] Staging: vt6655: uses pci functions, should depend on PCI 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/vt6655/Kconfig b/drivers/staging/vt6655/Kconfig index d9bfc81..a01b1e4 100644 --- a/drivers/staging/vt6655/Kconfig +++ b/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. -- 2.7.4