From: Sachin Kamat Date: Fri, 18 Oct 2013 10:41:57 +0000 (+0530) Subject: mfd: max77693: Include linux/of.h header X-Git-Tag: next-20131024~53^2~4 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=71c7f93ea0036eddb86ccd268945555419bb1cbb;p=karo-tx-linux.git mfd: max77693: Include linux/of.h header 'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid build breakage in the future. Signed-off-by: Sachin Kamat Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c index 4d81ed285fa2..9f92463f4f7e 100644 --- a/drivers/mfd/max77693.c +++ b/drivers/mfd/max77693.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include