diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-01-09 01:43:17 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-11 20:34:10 +0300 |
commit | 07c706a6226ea7556a41fced300248d1daac90db (patch) | |
tree | a1a8607fcc960e1ec9af72e4e91850cea41a2898 /arch/mn10300/unit-asb2305/leds.c | |
parent | e5d20d01023e76f3c1289cfca2e3305de7ff9e69 (diff) | |
download | linux-07c706a6226ea7556a41fced300248d1daac90db.tar.xz |
mn10300: fix several bogus includes on abs2305
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>
Diffstat (limited to 'arch/mn10300/unit-asb2305/leds.c')
-rw-r--r-- | arch/mn10300/unit-asb2305/leds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mn10300/unit-asb2305/leds.c b/arch/mn10300/unit-asb2305/leds.c index d345ff9042d5..6f8de9954026 100644 --- a/arch/mn10300/unit-asb2305/leds.c +++ b/arch/mn10300/unit-asb2305/leds.c @@ -13,8 +13,8 @@ #include <linux/init.h> #include <asm/io.h> #include <asm/processor.h> -#include <asm/cpu/intctl-regs.h> -#include <asm/cpu/rtc-regs.h> +#include <asm/intctl-regs.h> +#include <asm/rtc-regs.h> #include <unit/leds.h> static const u8 asb2305_led_hex_tbl[16] = { |