forked from Minki/linux
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:
parent
69fc4ca30c
commit
b0bdd8bca9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user