Commit 2563265b authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent efe065a1
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
#endif #endif
#ifndef CPU #ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly #error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif #endif
#endif /* __MACH_BF527_H__ */ #endif /* __MACH_BF527_H__ */
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
#endif #endif
#ifndef CPU #ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly #error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif #endif
#endif /* __MACH_BF533_H__ */ #endif /* __MACH_BF533_H__ */
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
#endif #endif
#ifndef CPU #ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly #error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif #endif
#endif /* __MACH_BF537_H__ */ #endif /* __MACH_BF537_H__ */
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
#endif #endif
#ifndef CPU #ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly #error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif #endif
#endif /* __MACH_BF538_H__ */ #endif /* __MACH_BF538_H__ */
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
#endif #endif
#ifndef CPU #ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly #error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif #endif
#endif /* __MACH_BF48_H__ */ #endif /* __MACH_BF48_H__ */
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
#endif #endif
#ifndef CPU #ifndef CPU
#error Unknown CPU type - This kernel doesn't seem to be configured properly #error "Unknown CPU type - This kernel doesn't seem to be configured properly"
#endif #endif
#endif /* __MACH_BF561_H__ */ #endif /* __MACH_BF561_H__ */
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