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

Commit 96bd0900 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: Move r7s72100.h



Change location of r7s72100.h so it can be included using "r7s72100.h"
instead of the old style <mach/r7s72100.h>.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent d83fa4c9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,11 +20,13 @@

#include <linux/kernel.h>
#include <linux/of_platform.h>
#include <mach/r7s72100.h>

#include <asm/mach-types.h>
#include <asm/mach/arch.h>

#include "clock.h"
#include "common.h"
#include "r7s72100.h"

/*
 * This is a really crude hack to provide clkdev support to platform
+3 −1
Original line number Diff line number Diff line
@@ -25,11 +25,13 @@
#include <linux/sh_eth.h>
#include <linux/spi/rspi.h>
#include <linux/spi/spi.h>
#include <mach/r7s72100.h>

#include <asm/mach-types.h>
#include <asm/mach/arch.h>

#include "common.h"
#include "irqs.h"
#include "r7s72100.h"

/* Ether */
static const struct sh_eth_plat_data ether_pdata __initconst = {
+2 −1
Original line number Diff line number Diff line
@@ -19,8 +19,9 @@
#include <linux/io.h>
#include <linux/sh_clk.h>
#include <linux/clkdev.h>
#include <mach/r7s72100.h>

#include "common.h"
#include "r7s72100.h"

/* Frequency Control Registers */
#define FRQCR		0xfcfe0010
+3 −1
Original line number Diff line number Diff line
@@ -22,10 +22,12 @@
#include <linux/kernel.h>
#include <linux/of_platform.h>
#include <linux/sh_timer.h>
#include <mach/r7s72100.h>

#include <asm/mach/arch.h>

#include "common.h"
#include "irqs.h"
#include "r7s72100.h"

static struct resource mtu2_resources[] __initdata = {
	DEFINE_RES_MEM(0xfcff0000, 0x400),