From: Sachin Kamat Date: Wed, 16 Oct 2013 08:56:48 +0000 (+0530) Subject: mfd: as3711: Include linux/of.h header X-Git-Tag: v3.13-rc1~66^2~4^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0af6f271d0f27334cad2102aa3ac2044a3f3926a;p=thirdparty%2Fkernel%2Flinux.git mfd: as3711: 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 Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/as3711.c b/drivers/mfd/as3711.c index abd3ab7c0908a..ec684fcedb42c 100644 --- a/drivers/mfd/as3711.c +++ b/drivers/mfd/as3711.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include