projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1952c9b
)
V4L/DVB: timberdale: fix mfd build
author
Randy Dunlap
<
[email protected]
>
Fri, 12 Feb 2010 15:30:55 +0000
(12:30 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 26 Feb 2010 18:11:01 +0000
(15:11 -0300)
Fix mfd/timberdale build error -- add depends GPIOLIB.
include/linux/spi/max7301.h:14: error: field 'chip' has incomplete type
build-r7353.out:make[3]: *** [drivers/mfd/timberdale.o] Error 1
Repairs
commit
ff7a26e08a16bb31158d830dbf60db2ff47019ab
Author: Richard R<C3><B6>jfors <
[email protected]
>
AuthorDate: Thu Feb 4 08:18:52 2010 -0300
Commit: Mauro Carvalho Chehab <
[email protected]
>
CommitDate: Fri Feb 5 12:25:37 2010 -0200
V4L/DVB: mfd: Add support for the timberdale FPGA
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Richard Rojfors <
[email protected]
>
Cc: Samuel Ortiz <
[email protected]
>
Cc: Mauro Carvalho Chehab <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/mfd/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mfd/Kconfig
b/drivers/mfd/Kconfig
index eb22deeecb1a19e249927c11bf4f7a6882b7e391..413576a2f313347c745f85ded7e3820a1ad55813 100644
(file)
--- a/
drivers/mfd/Kconfig
+++ b/
drivers/mfd/Kconfig
@@
-351,7
+351,7
@@
config AB4500_CORE
config MFD_TIMBERDALE
tristate "Support for the Timberdale FPGA"
select MFD_CORE
- depends on PCI
+ depends on PCI
&& GPIOLIB
---help---
This is the core driver for the timberdale FPGA. This device is a
multifunction device which exposes numerous platform devices.