aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-12-27 17:13:45 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-12-27 17:20:22 -0800
commitb38b4b4f8c4aa8e29f7cf8af2716fb3f9c867207 (patch)
treeefbca51ae6725d85d21bd09281a0784e0fb076bc /include/linux/platform_data
parentInput: keypad-ep93xx - cleanup header file (diff)
downloadlinux-dev-b38b4b4f8c4aa8e29f7cf8af2716fb3f9c867207.tar.xz
linux-dev-b38b4b4f8c4aa8e29f7cf8af2716fb3f9c867207.zip
Input: keypad-omap - cleanup header file
Commit 2203747c9771 ("ARM: omap: move platform_data definitions") moved the file to the current location but forgot to remove the pointer to its previous location. Clean it up. While at it also change the header file protection macros appropriately. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/keypad-omap.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/platform_data/keypad-omap.h b/include/linux/platform_data/keypad-omap.h
index a6b21eddb212..c3a3abae98f0 100644
--- a/include/linux/platform_data/keypad-omap.h
+++ b/include/linux/platform_data/keypad-omap.h
@@ -1,14 +1,12 @@
/*
- * arch/arm/plat-omap/include/mach/keypad.h
- *
* Copyright (C) 2006 Komal Shah <komal_shah802003@yahoo.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
-#ifndef ASMARM_ARCH_KEYPAD_H
-#define ASMARM_ARCH_KEYPAD_H
+#ifndef __KEYPAD_OMAP_H
+#define __KEYPAD_OMAP_H
#ifndef CONFIG_ARCH_OMAP1
#warning Please update the board to use matrix-keypad driver