From: Sachin Kamat <sachin.kamat@linaro.org>
Date: Wed, 16 Oct 2013 08:56:54 +0000 (+0530)
Subject: mfd: tps6586x: Include linux/of.h header
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=06bf3c2f11d380d8c5c322f5c45cd189af6f733e;p=linux.git

mfd: tps6586x: Include linux/of.h header

'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>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---

diff --git a/drivers/mfd/tps6586x.c b/drivers/mfd/tps6586x.c
index 68906b17ee522..ee61fd7c198da 100644
--- a/drivers/mfd/tps6586x.c
+++ b/drivers/mfd/tps6586x.c
@@ -26,6 +26,7 @@
 #include <linux/i2c.h>
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
+#include <linux/of.h>
 
 #include <linux/mfd/core.h>
 #include <linux/mfd/tps6586x.h>