1
0
Fork 0

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>
hifive-unleashed-5.1
Arnd Bergmann 2015-01-30 10:45:33 +01:00
parent c11fc3491c
commit 1d8f3c499b
6 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"