From 5513471805c8655bd0c5295bbaa6968e6f2b8e5c Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Jun 23 2017 13:21:02 +0000 Subject: Fix PPC, ARM build errors caused by my previous commit --- diff --git a/0016-Input-silead-Do-not-try-to-directly-access-the-GPIO-.patch b/0016-Input-silead-Do-not-try-to-directly-access-the-GPIO-.patch index a2e6019..14b4c27 100644 --- a/0016-Input-silead-Do-not-try-to-directly-access-the-GPIO-.patch +++ b/0016-Input-silead-Do-not-try-to-directly-access-the-GPIO-.patch @@ -21,14 +21,6 @@ diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/sile index c0ba40c09699..30fba3cbe277 100644 --- a/drivers/input/touchscreen/silead.c +++ b/drivers/input/touchscreen/silead.c -@@ -31,6 +31,7 @@ - #include - #include - -+#include - #include - - #define SILEAD_TS_NAME "silead_ts" @@ -517,12 +518,21 @@ static int silead_ts_probe(struct i2c_client *client, if (error) return error;