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: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Родитель
c11fc3491c
Коммит
1d8f3c499b
|
@ -33,8 +33,8 @@
|
|||
#include <mach/hardware.h>
|
||||
#include <mach/regs-serial.h>
|
||||
#include <mach/regs-clock.h>
|
||||
#include <mach/regs-ebi.h>
|
||||
#include <mach/regs-timer.h>
|
||||
#include "regs-ebi.h"
|
||||
#include "regs-timer.h"
|
||||
|
||||
#include "cpu.h"
|
||||
#include "clock.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <asm/mach/time.h>
|
||||
|
||||
#include <mach/map.h>
|
||||
#include <mach/regs-timer.h>
|
||||
#include "regs-timer.h"
|
||||
|
||||
#include "nuc9xx.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче