summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ebsa110/leds.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-06-10 11:13:05 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-02-02 17:40:27 +0000
commitbcbbf908e3c6d60f8efb7e2e8f09285bbda9e11e (patch)
treea8c3bfcf22d491f97d7aecd19bfc5348269b6839 /arch/arm/mach-ebsa110/leds.c
parent62aa2b537c6f5957afd98e29f96897419ed5ebab (diff)
downloadop-kernel-dev-bcbbf908e3c6d60f8efb7e2e8f09285bbda9e11e.zip
op-kernel-dev-bcbbf908e3c6d60f8efb7e2e8f09285bbda9e11e.tar.gz
ARM: ebsa110: move platform definitions out of mach/hardware.h
Stop exposing platform definitions to the entire kernel tree, move them into a private header file instead. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ebsa110/leds.c')
-rw-r--r--arch/arm/mach-ebsa110/leds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ebsa110/leds.c b/arch/arm/mach-ebsa110/leds.c
index 6a6ea57..d43121a 100644
--- a/arch/arm/mach-ebsa110/leds.c
+++ b/arch/arm/mach-ebsa110/leds.c
@@ -20,6 +20,8 @@
#include <asm/system.h>
#include <asm/mach-types.h>
+#include "core.h"
+
static spinlock_t leds_lock;
static void ebsa110_leds_event(led_event_t ledevt)
OpenPOWER on IntegriCloud