summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/unit-asb2305/leds.c
diff options
context:
space:
mode:
authorDavid Howells2009-04-10 15:33:48 +0200
committerDavid Howells2009-04-10 15:33:48 +0200
commit2f2a2132ff056bb45697dc855eb4fd95b70b38cb (patch)
treee20dcbf96a99121fb45e5f4e78660ff7eb48851b /arch/mn10300/unit-asb2305/leds.c
parentMove arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/. (diff)
downloadkernel-qcow2-linux-2f2a2132ff056bb45697dc855eb4fd95b70b38cb.tar.gz
kernel-qcow2-linux-2f2a2132ff056bb45697dc855eb4fd95b70b38cb.tar.xz
kernel-qcow2-linux-2f2a2132ff056bb45697dc855eb4fd95b70b38cb.zip
Separate out the proc- and unit-specific header directories from the general
MN10300 arch headers and place them instead in the same directories as contain the .c files for the processor and unit implementations. This permits the symlinks include/asm/proc and include/asm/unit to be dispensed with. This does, however, require that #include <asm/proc/xxx.h> be converted to #include <proc/xxx.h> and similarly for asm/unit -> unit. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/mn10300/unit-asb2305/leds.c')
-rw-r--r--arch/mn10300/unit-asb2305/leds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/unit-asb2305/leds.c b/arch/mn10300/unit-asb2305/leds.c
index e99dcc9cee1a..d345ff9042d5 100644
--- a/arch/mn10300/unit-asb2305/leds.c
+++ b/arch/mn10300/unit-asb2305/leds.c
@@ -15,7 +15,7 @@
#include <asm/processor.h>
#include <asm/cpu/intctl-regs.h>
#include <asm/cpu/rtc-regs.h>
-#include <asm/unit/leds.h>
+#include <unit/leds.h>
static const u8 asb2305_led_hex_tbl[16] = {
0x80, 0xf2, 0x48, 0x60, 0x32, 0x24, 0x04, 0xf0,