summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537
diff options
context:
space:
mode:
authorMike Frysinger2008-10-28 07:11:45 +0100
committerBryan Wu2008-10-28 07:11:45 +0100
commit2563265bdb5fb21396cdc2125c8260e57f7c3991 (patch)
tree005461cd43d0c6403d5536c76bc00e5e79729e5c /arch/blackfin/mach-bf537
parentBlackfin arch: fix bug - kernel with SMP patch can not bootup (diff)
downloadkernel-qcow2-linux-2563265bdb5fb21396cdc2125c8260e57f7c3991.tar.gz
kernel-qcow2-linux-2563265bdb5fb21396cdc2125c8260e57f7c3991.tar.xz
kernel-qcow2-linux-2563265bdb5fb21396cdc2125c8260e57f7c3991.zip
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>
Diffstat (limited to 'arch/blackfin/mach-bf537')
-rw-r--r--arch/blackfin/mach-bf537/include/mach/bf537.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/include/mach/bf537.h b/arch/blackfin/mach-bf537/include/mach/bf537.h
index 24d5c9d42323..f194a848ae8e 100644
--- a/arch/blackfin/mach-bf537/include/mach/bf537.h
+++ b/arch/blackfin/mach-bf537/include/mach/bf537.h
@@ -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__ */