Commit 07c706a6 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e5d20d01
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#ifndef _ASM_UNIT_SERIAL_H #ifndef _ASM_UNIT_SERIAL_H
#define _ASM_UNIT_SERIAL_H #define _ASM_UNIT_SERIAL_H
#include <asm/cpu/cpu-regs.h> #include <asm/cpu-regs.h>
#include <proc/irq.h> #include <proc/irq.h>
#include <linux/serial_reg.h> #include <linux/serial_reg.h>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <linux/irq.h> #include <linux/irq.h>
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#include <asm/cpu/timer-regs.h> #include <asm/timer-regs.h>
#include <unit/clock.h> #include <unit/clock.h>
/* /*
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#include <linux/init.h> #include <linux/init.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/cpu/intctl-regs.h> #include <asm/intctl-regs.h>
#include <asm/cpu/rtc-regs.h> #include <asm/rtc-regs.h>
#include <unit/leds.h> #include <unit/leds.h>
static const u8 asb2305_led_hex_tbl[16] = { static const u8 asb2305_led_hex_tbl[16] = {
......
...@@ -15,9 +15,8 @@ ...@@ -15,9 +15,8 @@
#include <asm/io.h> #include <asm/io.h>
#include <asm/setup.h> #include <asm/setup.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/cpu/intctl-regs.h> #include <asm/intctl-regs.h>
#include <asm/cpu/rtc-regs.h> #include <asm/serial-regs.h>
#include <asm/cpu/serial-regs.h>
#include <unit/serial.h> #include <unit/serial.h>
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment