diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/mxc_keyb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mxc_keyb.c b/drivers/input/mxc_keyb.c index fae3b69..263f743 100644 --- a/drivers/input/mxc_keyb.c +++ b/drivers/input/mxc_keyb.c @@ -30,8 +30,8 @@ #include <asm/io.h> #include <common.h> #include <asm/errno.h> -#include <asm/arch/keypad.h> #include <linux/types.h> +#include <asm/mxc_key_defs.h> #include <malloc.h> /* |