diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-06-05 11:12:03 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 11:00:52 -0700 |
commit | 4900dea69fc70d145c7d6b66830de6642a4c4152 (patch) | |
tree | 32789781b75053bd0b3d8f8e4820e7a212db483b /drivers/staging | |
parent | 1d69a1c65b0d25739819caef6b1f0f6ddc2ab84c (diff) |
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 <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/vt6655/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/vt6655/Kconfig b/drivers/staging/vt6655/Kconfig index d9bfc813be26..a01b1e49fb31 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. |