diff options
author | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-01-15 18:28:19 +0800 |
---|---|---|
committer | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-03-17 09:19:15 +0800 |
commit | 425ad52b86d9710719b3aa811d6cab56b3852981 (patch) | |
tree | e1de025046d8c242309683b223e8991f6682a6bb /drivers/input/serio/i8042.h | |
parent | 700598cef866011b878f389c30414d31fa5bb87b (diff) | |
download | op-kernel-dev-425ad52b86d9710719b3aa811d6cab56b3852981.zip op-kernel-dev-425ad52b86d9710719b3aa811d6cab56b3852981.tar.gz |
unicore32 machine related files: ps2 driver
This patch implements arch-specific ps2 driver.
By reviewed with Dmitry Torokhov:
1. move i8042-ucio.h to drivers/input/serio/i8042-unicore32io.h
2. move puv3_ps2_init() to arch/unicore32/kernel/puv3-core.c
3. remove unused comments.
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/serio/i8042.h')
-rw-r--r-- | drivers/input/serio/i8042.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042.h b/drivers/input/serio/i8042.h index ac1d759..3452708 100644 --- a/drivers/input/serio/i8042.h +++ b/drivers/input/serio/i8042.h @@ -26,6 +26,8 @@ #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 |