Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d8f3c49 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
Loading