ARM: shmobile: Move r8a73a4.h
Change location of r8a73a4.h so it can be included as "r8a73a4.h" instead of the old style <mach/r8a73a4.h> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
committed by
Simon Horman
parent
96bd090066
commit
fac49568b0
@@ -24,10 +24,12 @@
|
|||||||
#include <linux/pinctrl/machine.h>
|
#include <linux/pinctrl/machine.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <linux/sh_clk.h>
|
#include <linux/sh_clk.h>
|
||||||
#include <mach/r8a73a4.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 "r8a73a4.h"
|
||||||
|
|
||||||
static void __init ape6evm_add_standard_devices(void)
|
static void __init ape6evm_add_standard_devices(void)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -33,11 +33,13 @@
|
|||||||
#include <linux/regulator/machine.h>
|
#include <linux/regulator/machine.h>
|
||||||
#include <linux/sh_clk.h>
|
#include <linux/sh_clk.h>
|
||||||
#include <linux/smsc911x.h>
|
#include <linux/smsc911x.h>
|
||||||
#include <mach/r8a73a4.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 "r8a73a4.h"
|
||||||
|
|
||||||
/* LEDS */
|
/* LEDS */
|
||||||
static struct gpio_led ape6evm_leds[] = {
|
static struct gpio_led ape6evm_leds[] = {
|
||||||
|
|||||||
@@ -24,11 +24,13 @@
|
|||||||
#include <linux/serial_sci.h>
|
#include <linux/serial_sci.h>
|
||||||
#include <linux/sh_dma.h>
|
#include <linux/sh_dma.h>
|
||||||
#include <linux/sh_timer.h>
|
#include <linux/sh_timer.h>
|
||||||
#include <mach/r8a73a4.h>
|
|
||||||
#include <asm/mach/arch.h>
|
#include <asm/mach/arch.h>
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "dma-register.h"
|
#include "dma-register.h"
|
||||||
#include "irqs.h"
|
#include "irqs.h"
|
||||||
|
#include "r8a73a4.h"
|
||||||
|
|
||||||
static const struct resource pfc_resources[] = {
|
static const struct resource pfc_resources[] = {
|
||||||
DEFINE_RES_MEM(0xe6050000, 0x9000),
|
DEFINE_RES_MEM(0xe6050000, 0x9000),
|
||||||
|
|||||||
Reference in New Issue
Block a user