2010-04-29 00:29:55

by Peter Huewe

[permalink] [raw]
Subject: [PATCH] arm/mach-msm: Fix wrong include path.

From: Peter Huewe <[email protected]>

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 <[email protected]>
---
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


2010-04-29 01:48:14

by Daniel Walker

[permalink] [raw]
Subject: Re: [PATCH] arm/mach-msm: Fix wrong include path.

On Thu, 2010-04-29 at 02:29 +0200, Peter Hüwe wrote:
> From: Peter Huewe <[email protected]>
>
> 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 <[email protected]>

Oddly, I just fixed this like 4 hours ago ..

Daniel