diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-06-10 11:13:05 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-02 17:40:27 +0000 |
commit | bcbbf908e3c6d60f8efb7e2e8f09285bbda9e11e (patch) | |
tree | a8c3bfcf22d491f97d7aecd19bfc5348269b6839 /arch/arm/mach-ebsa110/leds.c | |
parent | 62aa2b537c6f5957afd98e29f96897419ed5ebab (diff) |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ebsa110/leds.c b/arch/arm/mach-ebsa110/leds.c index 6a6ea57c2a4..d43121a30aa 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) |