From 5513471805c8655bd0c5295bbaa6968e6f2b8e5c Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 23 Jun 2017 15:21:02 +0200 Subject: [PATCH] Fix PPC, ARM build errors caused by my previous commit --- ...t-silead-Do-not-try-to-directly-access-the-GPIO-.patch | 8 -------- 1 file changed, 8 deletions(-) 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 a2e60191a..14b4c27bf 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;