提交 1d8f3c49 编写于 作者: A Arnd Bergmann

ARM: w90x900: make headers more local

Some header files are never included outside of a mach-w90x900
directory and do not need to be made visible in include/mach,
so let's just move them all down one level.
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 c11fc349
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/regs-serial.h> #include <mach/regs-serial.h>
#include <mach/regs-clock.h> #include <mach/regs-clock.h>
#include <mach/regs-ebi.h> #include "regs-ebi.h"
#include <mach/regs-timer.h> #include "regs-timer.h"
#include "cpu.h" #include "cpu.h"
#include "clock.h" #include "clock.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <asm/mach/time.h> #include <asm/mach/time.h>
#include <mach/map.h> #include <mach/map.h>
#include <mach/regs-timer.h> #include "regs-timer.h"
#include "nuc9xx.h" #include "nuc9xx.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册