diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-17 16:47:37 +0900 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2015-02-04 11:15:48 +0100 |
commit | b42ed0b9af6c0a9f40a47d8ecebf061330fd263b (patch) | |
tree | 5a5a966be9cbdf3b4408ed6b9f55bd7be834aad1 /arch/arm/mach-shmobile/board-mackerel.c | |
parent | 42c319f7d1a5e30f5dd88444ca6a6ddc15016a8c (diff) | |
download | kernel-common-b42ed0b9af6c0a9f40a47d8ecebf061330fd263b.tar.gz kernel-common-b42ed0b9af6c0a9f40a47d8ecebf061330fd263b.tar.bz2 kernel-common-b42ed0b9af6c0a9f40a47d8ecebf061330fd263b.zip |
ARM: shmobile: Move common.h
Change location for common.h so it can be used as #include "common.h"
instead of the old style #include <mach/common.h>.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit fd44aa5e570d1d8c7d361dcbf94c2b8cd25cfe92)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-mackerel.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index 92fbc4752733..3558ff0f834a 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c @@ -57,10 +57,10 @@ #include <media/soc_camera_platform.h> #include <sound/sh_fsi.h> #include <sound/simple_card.h> -#include <mach/common.h> #include <mach/sh7372.h> #include <asm/mach/arch.h> #include <asm/mach-types.h> +#include "common.h" #include "irqs.h" #include "sh-gpio.h" |