diff options
Diffstat (limited to 'arch/arm/plat-mxc/devices/platform-imx-keypad.c')
-rw-r--r-- | arch/arm/plat-mxc/devices/platform-imx-keypad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/devices/platform-imx-keypad.c b/arch/arm/plat-mxc/devices/platform-imx-keypad.c index 5995e819b373..5f3b36777c04 100644 --- a/arch/arm/plat-mxc/devices/platform-imx-keypad.c +++ b/arch/arm/plat-mxc/devices/platform-imx-keypad.c | |||
@@ -21,10 +21,10 @@ const struct imx_imx_keypad_data imx21_imx_keypad_data __initconst = | |||
21 | imx_imx_keypad_data_entry_single(MX21, SZ_16); | 21 | imx_imx_keypad_data_entry_single(MX21, SZ_16); |
22 | #endif /* ifdef CONFIG_SOC_IMX21 */ | 22 | #endif /* ifdef CONFIG_SOC_IMX21 */ |
23 | 23 | ||
24 | #ifdef CONFIG_ARCH_MX25 | 24 | #ifdef CONFIG_SOC_IMX25 |
25 | const struct imx_imx_keypad_data imx25_imx_keypad_data __initconst = | 25 | const struct imx_imx_keypad_data imx25_imx_keypad_data __initconst = |
26 | imx_imx_keypad_data_entry_single(MX25, SZ_16K); | 26 | imx_imx_keypad_data_entry_single(MX25, SZ_16K); |
27 | #endif | 27 | #endif /* ifdef CONFIG_SOC_IMX25 */ |
28 | 28 | ||
29 | #ifdef CONFIG_SOC_IMX27 | 29 | #ifdef CONFIG_SOC_IMX27 |
30 | const struct imx_imx_keypad_data imx27_imx_keypad_data __initconst = | 30 | const struct imx_imx_keypad_data imx27_imx_keypad_data __initconst = |