From: Sachin Kamat Date: Fri, 27 Sep 2013 11:23:23 +0000 (+0530) Subject: pwm: imx: Include linux/of.h header X-Git-Tag: upstream/snapshot3+hdmi~3947^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a8876cfdf14de557705e2559df99f40058a3b3b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git pwm: imx: Include linux/of.h header 'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/pwm-imx.c b/drivers/pwm/pwm-imx.c index 2b7c4f8..aa6e5c6 100644 --- a/drivers/pwm/pwm-imx.c +++ b/drivers/pwm/pwm-imx.c @@ -16,6 +16,7 @@ #include #include #include +#include #include /* i.MX1 and i.MX21 share the same PWM function block: */