aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/devices.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-20 14:42:20 -0400
committerTony Lindgren <tony@atomide.com>2012-09-20 18:04:04 -0400
commit0e70156de4c8465bfb8cb45cdc1bbc2fa474ce14 (patch)
treec385ecdb309ae74b78ce4204c6970e9522b95714 /arch/arm/mach-omap2/devices.c
parent957988c7d5dbb2d6ef94cb19e80e1854180b03c7 (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/mach-omap2/devices.c')
-rw-r--r--arch/arm/mach-omap2/devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index 1bb2e92ddc03..d092d2a89ee0 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2/devices.c
@@ -27,7 +27,7 @@
27#include <plat/dma.h> 27#include <plat/dma.h>
28#include <plat/omap_hwmod.h> 28#include <plat/omap_hwmod.h>
29#include <plat/omap_device.h> 29#include <plat/omap_device.h>
30#include <plat/omap4-keypad.h> 30#include "omap4-keypad.h"
31 31
32#include "soc.h" 32#include "soc.h"
33#include "common.h" 33#include "common.h"