Re: [PATCH] regulator: s2mps11: Add linux/of.h header

2013-07-16 Thread Mark Brown
On Sun, Jul 07, 2013 at 01:44:49PM +0530, Yadwinder Singh Brar wrote:
> This patch adds linux/of.h required to fix an error and warning reported by
> kbuild test robot for some x86 config file.

I already fixed this up (I just amended the original commit) but thanks.


signature.asc
Description: Digital signature


[PATCH] regulator: s2mps11: Add linux/of.h header

2013-07-16 Thread Yadwinder Singh Brar
This patch adds linux/of.h required to fix an error and warning reported by
kbuild test robot for some x86 config file.

Signed-off-by: Yadwinder Singh Brar 
---
 drivers/regulator/s2mps11.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c
index e1aadbd..350e04f 100644
--- a/drivers/regulator/s2mps11.c
+++ b/drivers/regulator/s2mps11.c
@@ -17,6 +17,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] regulator: s2mps11: Add linux/of.h header

2013-07-16 Thread Yadwinder Singh Brar
This patch adds linux/of.h required to fix an error and warning reported by
kbuild test robot for some x86 config file.

Signed-off-by: Yadwinder Singh Brar yadi.b...@samsung.com
---
 drivers/regulator/s2mps11.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c
index e1aadbd..350e04f 100644
--- a/drivers/regulator/s2mps11.c
+++ b/drivers/regulator/s2mps11.c
@@ -17,6 +17,7 @@
 #include linux/slab.h
 #include linux/module.h
 #include linux/regmap.h
+#include linux/of.h
 #include linux/platform_device.h
 #include linux/regulator/driver.h
 #include linux/regulator/machine.h
-- 
1.7.0.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] regulator: s2mps11: Add linux/of.h header

2013-07-16 Thread Mark Brown
On Sun, Jul 07, 2013 at 01:44:49PM +0530, Yadwinder Singh Brar wrote:
 This patch adds linux/of.h required to fix an error and warning reported by
 kbuild test robot for some x86 config file.

I already fixed this up (I just amended the original commit) but thanks.


signature.asc
Description: Digital signature