Commit 504f1dfe authored by Thomas Gleixner's avatar Thomas Gleixner

arm: ns9xxx: Remove non exisiting machine checks

The machine id cleanup missed to remove the checks for now removed
ids.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent a40bd621
...@@ -14,12 +14,10 @@ ...@@ -14,12 +14,10 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#define board_is_a9m9750dev() (0 \ #define board_is_a9m9750dev() (0 \
|| machine_is_cc9p9360dev() \
|| machine_is_cc9p9750dev() \ || machine_is_cc9p9750dev() \
) )
#define board_is_a9mvali() (0 \ #define board_is_a9mvali() (0 \
|| machine_is_cc9p9360val() \
|| machine_is_cc9p9750val() \ || machine_is_cc9p9750val() \
) )
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
) )
#define module_is_cc9c() (0 \ #define module_is_cc9c() (0 \
|| machine_is_cc9c() \
) )
#define module_is_cc9p9210() (0 \ #define module_is_cc9p9210() (0 \
...@@ -32,21 +31,17 @@ ...@@ -32,21 +31,17 @@
) )
#define module_is_cc9p9360() (0 \ #define module_is_cc9p9360() (0 \
|| machine_is_a9m9360() \
|| machine_is_cc9p9360dev() \ || machine_is_cc9p9360dev() \
|| machine_is_cc9p9360js() \ || machine_is_cc9p9360js() \
|| machine_is_cc9p9360val() \
) )
#define module_is_cc9p9750() (0 \ #define module_is_cc9p9750() (0 \
|| machine_is_a9m9750() \ || machine_is_a9m9750() \
|| machine_is_cc9p9750dev() \
|| machine_is_cc9p9750js() \ || machine_is_cc9p9750js() \
|| machine_is_cc9p9750val() \ || machine_is_cc9p9750val() \
) )
#define module_is_ccw9c() (0 \ #define module_is_ccw9c() (0 \
|| machine_is_ccw9c() \
) )
#define module_is_inc20otter() (0 \ #define module_is_inc20otter() (0 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment