Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebea60be authored by Stephen Boyd's avatar Stephen Boyd Committed by David Brown
Browse files

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: default avatarStephen Boyd <sboyd@codeaurora.org>
Acked-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: default avatarDavid Brown <davidb@codeaurora.org>
parent c602520f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>

#include <mach/board.h>
#include "common.h"

static void __init msm8x60_init_late(void)
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
#include <asm/setup.h>

#include <mach/irqs.h>
#include <mach/board.h>
#include <mach/msm_iomap.h>

#include <linux/mtd/nand.h>
+1 −1
Original line number Diff line number Diff line
@@ -28,12 +28,12 @@
#include <asm/mach/map.h>
#include <asm/setup.h>

#include <mach/board.h>
#include <mach/hardware.h>

#include "board-mahimahi.h"
#include "devices.h"
#include "proc_comm.h"
#include "common.h"

static uint debug_uart;

+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#include <asm/memory.h>
#include <asm/setup.h>

#include <mach/board.h>
#include <mach/msm_iomap.h>
#include <mach/dma.h>

+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
#include <asm/io.h>
#include <asm/setup.h>

#include <mach/board.h>
#include <mach/irqs.h>
#include <mach/sirc.h>
#include <mach/vreg.h>
Loading