summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-20 18:42:20 (GMT)
committerTony Lindgren <tony@atomide.com>2012-09-20 22:04:04 (GMT)
commit0e70156de4c8465bfb8cb45cdc1bbc2fa474ce14 (patch)
treec385ecdb309ae74b78ce4204c6970e9522b95714 /arch/arm/plat-omap
parent957988c7d5dbb2d6ef94cb19e80e1854180b03c7 (diff)
downloadlinux-fsl-qoriq-0e70156de4c8465bfb8cb45cdc1bbc2fa474ce14.tar.xz
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')
-rw-r--r--arch/arm/plat-omap/include/plat/omap4-keypad.h8
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 20de0d5..0000000
--- 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