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: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij 2013-05-02 17:12:33 +02:00
parent 69fc4ca30c
commit b0bdd8bca9
3 changed files with 2 additions and 2 deletions

View File

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

View File

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