diff options
author | David Howells <dhowells@redhat.com> | 2009-04-10 14:33:48 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2009-04-10 14:33:48 +0100 |
commit | 2f2a2132ff056bb45697dc855eb4fd95b70b38cb (patch) | |
tree | e20dcbf96a99121fb45e5f4e78660ff7eb48851b /arch/mn10300/kernel/gdb-io-serial.c | |
parent | da7616610c8d2ec16a8ada44216e836e5fcbd08b (diff) | |
download | kernel_goldelico_gta04-2f2a2132ff056bb45697dc855eb4fd95b70b38cb.zip kernel_goldelico_gta04-2f2a2132ff056bb45697dc855eb4fd95b70b38cb.tar.gz kernel_goldelico_gta04-2f2a2132ff056bb45697dc855eb4fd95b70b38cb.tar.bz2 |
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/kernel/gdb-io-serial.c')
-rw-r--r-- | arch/mn10300/kernel/gdb-io-serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/kernel/gdb-io-serial.c b/arch/mn10300/kernel/gdb-io-serial.c index 11584c5..ae663dc 100644 --- a/arch/mn10300/kernel/gdb-io-serial.c +++ b/arch/mn10300/kernel/gdb-io-serial.c @@ -22,7 +22,7 @@ #include <asm/gdb-stub.h> #include <asm/exceptions.h> #include <asm/serial-regs.h> -#include <asm/unit/serial.h> +#include <unit/serial.h> /* * initialise the GDB stub |