diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-20 16:53:04 (GMT) |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-25 07:48:02 (GMT) |
commit | 02c94f38bf3bcdaaceb1f3486b4dbee1ab550793 (patch) | |
tree | f4fba4720c58d11675f41166415ad577c152bc0f /arch/arm/mach-shmobile/board-bockw.c | |
parent | 9e38b84b456ab7b2abd28257eec5caee4fb1f5ea (diff) | |
download | linux-02c94f38bf3bcdaaceb1f3486b4dbee1ab550793.tar.xz |
ARM: shmobile: Move r8a7778.h
Change location of r8a7778.h so it can be included as "r8a7778.h"
instead of the old style <mach/r8a7778.h>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-bockw.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-bockw.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw.c b/arch/arm/mach-shmobile/board-bockw.c index 8cb057f..b4e4789 100644 --- a/arch/arm/mach-shmobile/board-bockw.c +++ b/arch/arm/mach-shmobile/board-bockw.c @@ -34,13 +34,15 @@ #include <linux/spi/spi.h> #include <linux/spi/flash.h> #include <linux/usb/renesas_usbhs.h> + #include <media/soc_camera.h> -#include <mach/r8a7778.h> #include <asm/mach/arch.h> #include <sound/rcar_snd.h> #include <sound/simple_card.h> + #include "common.h" #include "irqs.h" +#include "r8a7778.h" #define FPGA 0x18200000 #define IRQ0MR 0x30 |