From: Sachin Kamat Date: Fri, 27 Sep 2013 11:23:24 +0000 (+0530) Subject: pwm: samsung: Include linux/of.h header X-Git-Tag: v3.13-rc1~58^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3bdfe1f1e4e1e195945c55a2256eba89334d36c;p=thirdparty%2Flinux.git pwm: samsung: 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-samsung.c b/drivers/pwm/pwm-samsung.c index fcc8b9adde9fe..57eb8cb0638f1 100644 --- a/drivers/pwm/pwm-samsung.c +++ b/drivers/pwm/pwm-samsung.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include