Browse Source

pwm: twl-led: 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 năm trước cách đây
mục cha
commit
e852340dee
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      drivers/pwm/pwm-twl-led.c

+ 1 - 0
drivers/pwm/pwm-twl-led.c

@@ -21,6 +21,7 @@
  */
 
 #include <linux/module.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pwm.h>
 #include <linux/i2c/twl.h>