From: Sachin Kamat Date: Sun, 6 Oct 2013 07:56:40 +0000 (-0700) Subject: Input: st1232 - include linux/of.h header X-Git-Tag: v3.13-rc7~9^2~14^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d6e482675f13e33599fc3d18fc723959be0a9b6;p=profile%2Fivi%2Fkernel-x86-ivi.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 1740a24..2f03b2f 100644 --- a/drivers/input/touchscreen/st1232.c +++ b/drivers/input/touchscreen/st1232.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include