Files
linux/drivers
Randy Dunlap 20d5c7defc mfd: Fix stmpe.c build when OF is not enabled
Fix build errors when CONFIG_OF is not enabled by including
<linux/of.h> (needs to be added in any case).
An alternative fix could be to make the driver depend on OF.

drivers/mfd/stmpe.c:1025:2: error: implicit declaration of function 'of_property_read_u32'
drivers/mfd/stmpe.c:1030:2: error: implicit declaration of function 'for_each_child_of_node'
drivers/mfd/stmpe.c:1030:36: error: expected ';' before '{' token

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-11-26 22:05:15 +01:00
..
2012-10-15 14:45:51 -04:00
2012-11-20 12:21:13 +01:00
2012-09-26 22:28:21 -04:00
2012-11-20 12:21:13 +01:00
2012-10-24 16:58:53 +02:00
2012-09-24 10:07:40 -07:00
2012-10-26 02:20:36 -04:00
2012-11-02 21:58:09 -04:00
2012-10-17 15:53:03 -05:00
2012-10-18 17:50:08 +02:00
2012-10-16 18:07:12 -07:00