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

Commit b0bdd8bc authored by Linus Walleij's avatar Linus Walleij
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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)