From: Sachin Kamat Date: Fri, 27 Sep 2013 11:23:26 +0000 (+0530) Subject: pwm: twl: Include linux/of.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea8eeb1502f20ecada3436ec058f65831b4a0fab;p=linux-beck.git pwm: twl: 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-twl.c b/drivers/pwm/pwm-twl.c index eef910580eae..b99a50e626a6 100644 --- a/drivers/pwm/pwm-twl.c +++ b/drivers/pwm/pwm-twl.c @@ -18,6 +18,7 @@ */ #include +#include #include #include #include