]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3
authorMike Frysinger <vapier.adi@gmail.com>
Tue, 28 Oct 2008 06:11:45 +0000 (14:11 +0800)
committerBryan Wu <cooloney@kernel.org>
Tue, 28 Oct 2008 06:11:45 +0000 (14:11 +0800)
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf527/include/mach/bf527.h
arch/blackfin/mach-bf533/include/mach/bf533.h
arch/blackfin/mach-bf537/include/mach/bf537.h
arch/blackfin/mach-bf538/include/mach/bf538.h
arch/blackfin/mach-bf548/include/mach/bf548.h
arch/blackfin/mach-bf561/include/mach/bf561.h

index 144f08d3f8ea4511d7b0c80eddcfe128991f1783..9ff3b61b01e19b983077252919b1f43bb0151de4 100644 (file)
 #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__  */
index dfc8c1ad2d7a48dc52990ff8cad34c0bff7a3396..6f976b2ecd71d9eae4c387ef93c016f6bb499959 100644 (file)
 #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__  */
index 24d5c9d42323228619dd0ac966ce32b2f1bb8b68..f194a848ae8e75c18f191aba79528d1623a76837 100644 (file)
 #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__  */
index c9e8197a29fe5044ea466f13cbfa8f407738e111..9c8abb307908d002e5b2fdd750e23a62e9e6e0af 100644 (file)
 #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__  */
index 49f9b403d45846c65a96458117c99253021bc866..f0e569984810e751a682d09909f41e6a5579f654 100644 (file)
 #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__  */
index 18b1b3a223abdf2b6c40a6eae0a1810b18eb886c..9968362a2ee4acc3bdae280e7c947e28defc3307 100644 (file)
 #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__  */