diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-10-28 02:11:45 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-28 02:11:45 -0400 |
commit | 2563265bdb5fb21396cdc2125c8260e57f7c3991 (patch) | |
tree | 005461cd43d0c6403d5536c76bc00e5e79729e5c /arch/blackfin/mach-bf527 | |
parent | efe065a1b39974ff2bbb9aa693400f3de4ba5a6a (diff) |
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-bf527')
-rw-r--r-- | arch/blackfin/mach-bf527/include/mach/bf527.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf527/include/mach/bf527.h b/arch/blackfin/mach-bf527/include/mach/bf527.h index 144f08d3f8ea..9ff3b61b01e1 100644 --- a/arch/blackfin/mach-bf527/include/mach/bf527.h +++ b/arch/blackfin/mach-bf527/include/mach/bf527.h | |||
@@ -134,7 +134,7 @@ | |||
134 | #endif | 134 | #endif |
135 | 135 | ||
136 | #ifndef CPU | 136 | #ifndef CPU |
137 | #error Unknown CPU type - This kernel doesn't seem to be configured properly | 137 | #error "Unknown CPU type - This kernel doesn't seem to be configured properly" |
138 | #endif | 138 | #endif |
139 | 139 | ||
140 | #endif /* __MACH_BF527_H__ */ | 140 | #endif /* __MACH_BF527_H__ */ |