From: Peter Hüwe on
From: Peter Huewe <peterhuewe(a)gmx.de>

This patch fixes a build failure[1] caused by a wrong include path.

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2535826/

Signed-off-by: Peter Huewe <peterhuewe(a)gmx.de>
---
KernelVersion: linux-next-20100429

arch/arm/mach-msm/devices.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-msm/devices.c b/arch/arm/mach-msm/devices.c
index 29b1cd6..982f1da 100644
--- a/arch/arm/mach-msm/devices.c
+++ b/arch/arm/mach-msm/devices.c
@@ -24,7 +24,7 @@
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>

-#include <asm/mach/mmc.h>
+#include <mach/mmc.h>

static struct resource resources_uart1[] = {
{
--
1.6.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/