Message ID | 1380282729-26669-6-git-send-email-sachin.kamat@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Dmitry, On 27 September 2013 17:22, Sachin Kamat <sachin.kamat@linaro.org> wrote: > 'of_match_ptr' is defined in linux/of.h. Include it explicitly. > > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> > --- Please drop this patch. I will send a different one for this.
diff --git a/drivers/input/touchscreen/egalax_ts.c b/drivers/input/touchscreen/egalax_ts.c index ef5fcb0..c856fbc 100644 --- a/drivers/input/touchscreen/egalax_ts.c +++ b/drivers/input/touchscreen/egalax_ts.c @@ -28,6 +28,7 @@ #include <linux/slab.h> #include <linux/bitops.h> #include <linux/input/mt.h> +#include <linux/of.h> #include <linux/of_gpio.h> /*
'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- drivers/input/touchscreen/egalax_ts.c | 1 + 1 file changed, 1 insertion(+)