* [PATCH] arm: mx23: add machine_is_stmp_378x()
@ 2011-10-10 14:11 Wolfram Sang
2011-10-11 8:06 ` Uwe Kleine-König
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2011-10-10 14:11 UTC (permalink / raw)
To: linux-arm-kernel
Adding this line was forgotten when converting mach-stmp378x to
mach-mxs.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
---
arch/arm/mach-mxs/include/mach/mxs.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-mxs/include/mach/mxs.h b/arch/arm/mach-mxs/include/mach/mxs.h
index 35a89dd..1332f73 100644
--- a/arch/arm/mach-mxs/include/mach/mxs.h
+++ b/arch/arm/mach-mxs/include/mach/mxs.h
@@ -30,6 +30,7 @@
*/
#define cpu_is_mx23() ( \
machine_is_mx23evk() || \
+ machine_is_stmp378x() || \
0)
#define cpu_is_mx28() ( \
machine_is_mx28evk() || \
--
1.7.6.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-11 8:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 14:11 [PATCH] arm: mx23: add machine_is_stmp_378x() Wolfram Sang
2011-10-11 8:06 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox