arm: mx23: recognise stmp378x as mx23
authorWolfram Sang <w.sang@pengutronix.de>
Sat, 26 Nov 2011 10:39:14 +0000 (11:39 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 2 Dec 2011 05:27:22 +0000 (13:27 +0800)
Adding the machine_is_* line was forgotten when converting mach-stmp378x to
mach-mxs.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: stable@kernel.org
arch/arm/mach-mxs/include/mach/mxs.h

index 0d2d2b4..bde5f66 100644 (file)
@@ -30,6 +30,7 @@
  */
 #define cpu_is_mx23()          (                                       \
                machine_is_mx23evk() ||                                 \
+               machine_is_stmp378x() ||                                \
                0)
 #define cpu_is_mx28()          (                                       \
                machine_is_mx28evk() ||                                 \