diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-07-24 16:54:31 -0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-08-06 14:18:02 -0400 |
commit | ebea60bee85fc043b02fd3438c381c28085eed69 (patch) | |
tree | e3ce4d7e2bd77b1e0d3edd146b36e3eda3cafe98 /arch/arm/mach-msm/board-sapphire.c | |
parent | c602520ff8da605becd62c25e271210b336d8eca (diff) |
ARM: msm: Move mach/board.h contents to common.h
The contents of mach/board.h are only used by files within
mach-msm so there is no need to export this file outside of the
mach-msm directory. Move the contents of the file to common.h to
allow us to compile MSM in the multi-platform kernel.
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/board-sapphire.c')
-rw-r--r-- | arch/arm/mach-msm/board-sapphire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/board-sapphire.c b/arch/arm/mach-msm/board-sapphire.c index 70730111b37c..327605174d63 100644 --- a/arch/arm/mach-msm/board-sapphire.c +++ b/arch/arm/mach-msm/board-sapphire.c | |||
@@ -28,7 +28,6 @@ | |||
28 | #include <asm/mach/map.h> | 28 | #include <asm/mach/map.h> |
29 | #include <asm/mach/flash.h> | 29 | #include <asm/mach/flash.h> |
30 | #include <mach/vreg.h> | 30 | #include <mach/vreg.h> |
31 | #include <mach/board.h> | ||
32 | 31 | ||
33 | #include <asm/io.h> | 32 | #include <asm/io.h> |
34 | #include <asm/delay.h> | 33 | #include <asm/delay.h> |
@@ -41,6 +40,7 @@ | |||
41 | #include "board-sapphire.h" | 40 | #include "board-sapphire.h" |
42 | #include "proc_comm.h" | 41 | #include "proc_comm.h" |
43 | #include "devices.h" | 42 | #include "devices.h" |
43 | #include "common.h" | ||
44 | 44 | ||
45 | void msm_init_irq(void); | 45 | void msm_init_irq(void); |
46 | void msm_init_gpio(void); | 46 | void msm_init_gpio(void); |