From: Sachin Kamat Date: Fri, 27 Sep 2013 11:23:23 +0000 (+0530) Subject: pwm: imx: Include linux/of.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2a8876cfdf14de557705e2559df99f40058a3b3b;p=linux-beck.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 2b7c4f88b461..aa6e5c6af6d3 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: */