From: Sachin Kamat Date: Wed, 16 Oct 2013 08:56:51 +0000 (+0530) Subject: mfd: max8997: Include linux/of.h header X-Git-Tag: v3.13-rc1~66^2~4^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb7d4a53f59966a76447cdacdc6b2a71675c1d91;p=thirdparty%2Fkernel%2Flinux.git mfd: max8997: 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/max8997.c b/drivers/mfd/max8997.c index cee098c0dae36..791aea3e96ce2 100644 --- a/drivers/mfd/max8997.c +++ b/drivers/mfd/max8997.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include