Skip to content

Commit a559063

Browse files
committed
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 <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Guenter Roeck <[email protected]>
1 parent c59e682 commit a559063

File tree

3 files changed

+0
-73
lines changed

3 files changed

+0
-73
lines changed

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13585,7 +13585,6 @@ M: Guan Xuetao <[email protected]>
1358513585
S: Maintained
1358613586
W: http://mprc.pku.edu.cn/~guanxuetao/linux
1358713587
T: git git://github.com/gxt/linux.git
13588-
F: drivers/input/serio/i8042-unicore32io.h
1358913588
F: drivers/rtc/rtc-puv3.c
1359013589
F: drivers/video/fbdev/fb-puv3.c
1359113590

drivers/input/serio/i8042-unicore32io.h

Lines changed: 0 additions & 70 deletions
This file was deleted.

drivers/input/serio/i8042.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#include "i8042-sparcio.h"
2222
#elif defined(CONFIG_X86) || defined(CONFIG_IA64)
2323
#include "i8042-x86ia64io.h"
24-
#elif defined(CONFIG_UNICORE32)
25-
#include "i8042-unicore32io.h"
2624
#else
2725
#include "i8042-io.h"
2826
#endif

0 commit comments

Comments
 (0)