mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/9] mfd: as3711: Include linux/of.h header
@ 2013-10-16  8:56 Sachin Kamat
  2013-10-16  8:56 ` [PATCH 2/9] mfd: max77686: " Sachin Kamat
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Sachin Kamat @ 2013-10-16  8:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: lee.jones, sachin.kamat, sameo

'of_match_ptr' is defined in linux/of.h. Include it explicitly to
avoid breakage in the future.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/mfd/as3711.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/as3711.c b/drivers/mfd/as3711.c
index abd3ab7..ec684fc 100644
--- a/drivers/mfd/as3711.c
+++ b/drivers/mfd/as3711.c
@@ -17,6 +17,7 @@
 #include <linux/mfd/as3711.h>
 #include <linux/mfd/core.h>
 #include <linux/module.h>
+#include <linux/of.h>
 #include <linux/regmap.h>
 #include <linux/slab.h>
 
-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-10-16 10:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-16  8:56 [PATCH 1/9] mfd: as3711: Include linux/of.h header Sachin Kamat
2013-10-16  8:56 ` [PATCH 2/9] mfd: max77686: " Sachin Kamat
2013-10-16  8:56 ` [PATCH 3/9] mfd: max8907: " Sachin Kamat
2013-10-16  8:56 ` [PATCH 4/9] mfd: max8997: " Sachin Kamat
2013-10-16  8:56 ` [PATCH 5/9] mfd: sec-core: " Sachin Kamat
2013-10-16  8:56 ` [PATCH 6/9] mfd: tps6507x: " Sachin Kamat
2013-10-16  8:56 ` [PATCH 7/9] mfd: tps6586x: " Sachin Kamat
2013-10-16  8:56 ` [PATCH 8/9] mfd: tps65910: " Sachin Kamat
2013-10-16  8:56 ` [PATCH 9/9] mfd: arizona: " Sachin Kamat
2013-10-16 10:38 ` [PATCH 1/9] mfd: as3711: " Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®