Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
c3bdfe1f1e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>