Commit 1d8f3c49 authored by Arnd Bergmann's avatar 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: default avatarArnd Bergmann <arnd@arndb.de>
parent c11fc349
......@@ -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"
......
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