[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1227626565-25209-5-git-send-email-costa.antonior@gmail.com>
Date:	Tue, 25 Nov 2008 16:22:45 +0100
From:	"Antonio R. Costa" <costa.antonior@...il.com>
To:	linux@...im.org.za, nicolas.ferre@...el.com
Cc:	linux-arm-kernel@...ts.arm.linux.org.uk,
	linux-kernel@...r.kernel.org,
	"Antonio R. Costa" <costa.antonior@...il.com>
Subject: [PATCH 5/5] [RFC PATCH] Support for AT572D940HF-EK [RFC PATCH]
AT572D940HF (Diopsis) is an ARM926 + a 40-bits floating point DSP
(mAgicV)
Reference for machine type:
1783    Atmel DIOPSIS AT572D940HF EK
This RFC patch starts from v2.6.26 because we needed to
test it together with Xenomai 2.4.5.
This patch, if approved, will be rebased to the latest linux kernel.
Shared files in arch/arm and drivers/net
    arch/arm/mach-at91/clock.h
Signed-off-by: Antonio R. Costa <costa.antonior@...il.com>
---
 arch/arm/mach-at91/clock.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-at91/clock.h b/arch/arm/mach-at91/clock.h
index 0212c37..165fbf5 100644
--- a/arch/arm/mach-at91/clock.h
+++ b/arch/arm/mach-at91/clock.h
@@ -22,7 +22,7 @@ struct clk {
 	struct clk	*parent;
 	u32		pmc_mask;
 	void		(*mode)(struct clk *, int);
-#ifdef ARCH_AT572D940HF
+#ifdef CONFIG_ARCH_AT572D940HF
 	unsigned	id:3;		/* AT572D940HF needs an extra bit */
 #else
 	unsigned	id:2;		/* PCK0..3, or 32k/main/a/b */
-- 
1.5.4.3
--
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
 
