Commit b0bdd8bc authored by Linus Walleij's avatar Linus Walleij

ARM: u300: localize <mach/u300-regs.h>

This register base file is now only used in the machine
itself so move it down into mach-u300.
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 69fc4ca3
......@@ -21,7 +21,7 @@
#include <asm/mach/map.h>
#include <asm/mach/arch.h>
#include <mach/u300-regs.h>
#include "u300-regs.h"
/*
* SYSCON addresses applicable to the core machine.
......
......@@ -17,7 +17,7 @@
#include <linux/regulator/consumer.h>
/* Those are just for writing in syscon */
#include <linux/io.h>
#include <mach/u300-regs.h>
#include "u300-regs.h"
/* Power Management Control 16bit (R/W) */
#define U300_SYSCON_PMCR (0x50)
......
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