summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/i8042.h
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.ibm.com>2020-06-10 09:57:50 +0300
committerMike Rapoport <rppt@linux.ibm.com>2020-07-01 12:10:47 +0300
commita559063a6865357f5ae2c407a092a75ae9f1c84d (patch)
tree7e274880866fed35995d56844f13e79a960787bc /drivers/input/serio/i8042.h
parentc59e68250c4b317c99f1d1a1e8f990fd8e608afd (diff)
downloadlinux-a559063a6865357f5ae2c407a092a75ae9f1c84d.tar.bz2
input: i8042: remove support for 8042-unicore32io
The unicore32 port is removed from the kernel. There is no point to keep stale definitions to support this architecture. Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/input/serio/i8042.h')
-rw-r--r--drivers/input/serio/i8042.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/serio/i8042.h b/drivers/input/serio/i8042.h
index eb376700dfff..55381783dc82 100644
--- a/drivers/input/serio/i8042.h
+++ b/drivers/input/serio/i8042.h
@@ -21,8 +21,6 @@
#include "i8042-sparcio.h"
#elif defined(CONFIG_X86) || defined(CONFIG_IA64)
#include "i8042-x86ia64io.h"
-#elif defined(CONFIG_UNICORE32)
-#include "i8042-unicore32io.h"
#else
#include "i8042-io.h"
#endif