[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201001070156.36221.PeterHuewe@gmx.de>
Date: Thu, 7 Jan 2010 01:56:35 +0100
From: Peter Huewe <PeterHuewe@....de>
To: Marc Singer <elf@...ci.com>
Cc: Russell King <linux@....linux.org.uk>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] arch/arm: Fix build failure for lpd7a404_defconfig caused by missing includes
From: Peter Huewe <peterhuewe@....de>
Date: Thu, 7 Jan 2010 01:46:49 +0100
This patch fixes a build failure [1] due to missing includes
This should make the arm tree build again with lpd7a404_defconfig
References:
http://kisskb.ellerman.id.au/kisskb/buildresult/1983329/
Patch against Linus' tree.
Signed-off-by: Peter Huewe <peterhuewe@....de>
---
arch/arm/mach-lh7a40x/clocks.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-lh7a40x/clocks.c b/arch/arm/mach-lh7a40x/clocks.c
index fcaf876..0651f96 100644
--- a/arch/arm/mach-lh7a40x/clocks.c
+++ b/arch/arm/mach-lh7a40x/clocks.c
@@ -10,6 +10,8 @@
#include <mach/hardware.h>
#include <mach/clocks.h>
#include <linux/err.h>
+#include <linux/device.h>
+#include <linux/string.h>
struct module;
--
1.6.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists