diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-06-05 14:12:03 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 14:00:52 -0400 |
commit | 4900dea69fc70d145c7d6b66830de6642a4c4152 (patch) | |
tree | 32789781b75053bd0b3d8f8e4820e7a212db483b /drivers | |
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')
-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 @@ | |||
1 | config VT6655 | 1 | config VT6655 |
2 | tristate "VIA Technologies VT6655 support" | 2 | tristate "VIA Technologies VT6655 support" |
3 | depends on PCI | ||
3 | ---help--- | 4 | ---help--- |
4 | This is a vendor-written driver for VIA VT6655. | 5 | This is a vendor-written driver for VIA VT6655. |
5 | 6 | ||