Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mn10300: fix several bogus includes on abs2305 | Al Viro | 2010-01-11 | 1 | -1/+1 |
| | | | | | | | | | | asm/cpu never existed for mn10300; the files they are looking for are in asm. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
* | Separate out the proc- and unit-specific header directories from the general | David Howells | 2009-04-10 | 1 | -0/+120 |
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> |