projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d69a1c
)
Staging: vt6655: uses pci functions, should depend on PCI
author
Randy Dunlap
<randy.dunlap@oracle.com>
Fri, 5 Jun 2009 18:12:03 +0000
(11:12 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 19 Jun 2009 18:00:52 +0000
(11:00 -0700)
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>
drivers/staging/vt6655/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/Kconfig
b/drivers/staging/vt6655/Kconfig
index
d9bfc81
..
a01b1e4
100644
(file)
--- 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.