diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 11:42:20 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 15:04:04 -0700 |
commit | 0e70156de4c8465bfb8cb45cdc1bbc2fa474ce14 (patch) | |
tree | c385ecdb309ae74b78ce4204c6970e9522b95714 /arch/arm/plat-omap/include/plat | |
parent | 957988c7d5dbb2d6ef94cb19e80e1854180b03c7 (diff) |
ARM: OMAP2+: Make omap4-keypad.h local
This can be local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap4-keypad.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap4-keypad.h b/arch/arm/plat-omap/include/plat/omap4-keypad.h deleted file mode 100644 index 20de0d5a7e77..000000000000 --- a/arch/arm/plat-omap/include/plat/omap4-keypad.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef ARCH_ARM_PLAT_OMAP4_KEYPAD_H -#define ARCH_ARM_PLAT_OMAP4_KEYPAD_H - -struct omap_board_data; - -extern int omap4_keyboard_init(struct omap4_keypad_platform_data *, - struct omap_board_data *); -#endif |