summaryrefslogtreecommitdiff
path: root/arch/mn10300/include/asm/timex.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-10Separate out the proc- and unit-specific header directories from the generalDavid Howells1-1/+1
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>
2009-04-10Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/.David Howells1-0/+33
Signed-off-by: David Howells <dhowells@redhat.com>