1
0
Fork 0

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

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
hifive-unleashed-5.1
Mike Frysinger 2008-10-28 14:11:45 +08:00 committed by Bryan Wu
parent efe065a1b3
commit 2563265bdb
6 changed files with 6 additions and 6 deletions

View File

@ -134,7 +134,7 @@
#endif
#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 /* __MACH_BF527_H__ */

View File

@ -153,7 +153,7 @@
#endif
#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 /* __MACH_BF533_H__ */

View File

@ -133,7 +133,7 @@
#endif
#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 /* __MACH_BF537_H__ */

View File

@ -118,7 +118,7 @@
#endif
#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 /* __MACH_BF538_H__ */

View File

@ -122,7 +122,7 @@
#endif
#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 /* __MACH_BF48_H__ */

View File

@ -215,7 +215,7 @@
#endif
#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 /* __MACH_BF561_H__ */