diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-06-23 15:21:02 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2017-06-23 15:21:02 +0200 |
commit | 5513471805c8655bd0c5295bbaa6968e6f2b8e5c (patch) | |
tree | 8f6237fa0ab81dbe999390f4f361abd3992692b8 /0016-Input-silead-Do-not-try-to-directly-access-the-GPIO-.patch | |
parent | 88f3771491aa5e04aeb32607a30aaa632158e961 (diff) | |
download | kernel-5513471805c8655bd0c5295bbaa6968e6f2b8e5c.tar.gz kernel-5513471805c8655bd0c5295bbaa6968e6f2b8e5c.tar.xz kernel-5513471805c8655bd0c5295bbaa6968e6f2b8e5c.zip |
Fix PPC, ARM build errors caused by my previous commit
Diffstat (limited to '0016-Input-silead-Do-not-try-to-directly-access-the-GPIO-.patch')
-rw-r--r-- | 0016-Input-silead-Do-not-try-to-directly-access-the-GPIO-.patch | 8 |
1 files changed, 0 insertions, 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 <linux/irq.h> - #include <linux/regulator/consumer.h> - -+#include <acpi/acpi_bus.h> - #include <asm/unaligned.h> - - #define SILEAD_TS_NAME "silead_ts" @@ -517,12 +518,21 @@ static int silead_ts_probe(struct i2c_client *client, if (error) return error; |