From: Sachin Kamat Date: Wed, 16 Oct 2013 08:56:48 +0000 (+0530) Subject: mfd: as3711: Include linux/of.h header X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0af6f271d0f27334cad2102aa3ac2044a3f3926a;p=deliverable%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 abd3ab7c0908..ec684fcedb42 100644 --- a/drivers/mfd/as3711.c +++ b/drivers/mfd/as3711.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include