Browse Source

pwm: samsung: Include linux/of.h header

'of_match_ptr' is defined in linux/of.h. Include it explicitly.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Sachin Kamat 11 years ago
parent
commit
c3bdfe1f1e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/pwm/pwm-samsung.c

+ 1 - 0
drivers/pwm/pwm-samsung.c

@@ -18,6 +18,7 @@
 #include <linux/io.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pwm.h>
 #include <linux/slab.h>