From: Sachin Kamat Date: Sun, 6 Oct 2013 07:56:40 +0000 (-0700) Subject: Input: st1232 - include linux/of.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4d6e482675f13e33599fc3d18fc723959be0a9b6;p=linux-beck.git Input: st1232 - include linux/of.h header 'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/st1232.c b/drivers/input/touchscreen/st1232.c index 1740a2496371..2f03b2f289dd 100644 --- a/drivers/input/touchscreen/st1232.c +++ b/drivers/input/touchscreen/st1232.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include