Separate out the proc- and unit-specific header directories from the general
authorDavid Howells <dhowells@redhat.com>
Fri, 10 Apr 2009 13:33:48 +0000 (14:33 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 10 Apr 2009 13:33:48 +0000 (14:33 +0100)
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>

No differences found