Browse Source

Input: st1232 - 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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Sachin Kamat 11 years ago
parent
commit
4d6e482675
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/input/touchscreen/st1232.c

+ 1 - 0
drivers/input/touchscreen/st1232.c

@@ -24,6 +24,7 @@
 #include <linux/input.h>
 #include <linux/interrupt.h>
 #include <linux/module.h>
+#include <linux/of.h>
 #include <linux/of_gpio.h>
 #include <linux/pm_qos.h>
 #include <linux/slab.h>