Explorar el 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 hace 12 años
padre
commit
c3bdfe1f1e
Se han modificado 1 ficheros con 1 adiciones y 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>