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

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
...@@ -20,11 +20,13 @@ ...@@ -20,11 +20,13 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <mach/r7s72100.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include "clock.h" #include "clock.h"
#include "common.h" #include "common.h"
#include "r7s72100.h"
/* /*
* This is a really crude hack to provide clkdev support to platform * This is a really crude hack to provide clkdev support to platform
......
...@@ -25,11 +25,13 @@ ...@@ -25,11 +25,13 @@
#include <linux/sh_eth.h> #include <linux/sh_eth.h>
#include <linux/spi/rspi.h> #include <linux/spi/rspi.h>
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <mach/r7s72100.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include "common.h" #include "common.h"
#include "irqs.h" #include "irqs.h"
#include "r7s72100.h"
/* Ether */ /* Ether */
static const struct sh_eth_plat_data ether_pdata __initconst = { static const struct sh_eth_plat_data ether_pdata __initconst = {
......
...@@ -19,8 +19,9 @@ ...@@ -19,8 +19,9 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/sh_clk.h> #include <linux/sh_clk.h>
#include <linux/clkdev.h> #include <linux/clkdev.h>
#include <mach/r7s72100.h>
#include "common.h" #include "common.h"
#include "r7s72100.h"
/* Frequency Control Registers */ /* Frequency Control Registers */
#define FRQCR 0xfcfe0010 #define FRQCR 0xfcfe0010
......
...@@ -22,10 +22,12 @@ ...@@ -22,10 +22,12 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <linux/sh_timer.h> #include <linux/sh_timer.h>
#include <mach/r7s72100.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include "common.h" #include "common.h"
#include "irqs.h" #include "irqs.h"
#include "r7s72100.h"
static struct resource mtu2_resources[] __initdata = { static struct resource mtu2_resources[] __initdata = {
DEFINE_RES_MEM(0xfcff0000, 0x400), DEFINE_RES_MEM(0xfcff0000, 0x400),
......
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