From 4f9a9b8ebae8425eda3a71ccb782789cd3b8f6b7 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Wed, 29 Dec 2010 22:07:21 +0100 Subject: warnings: use more 'const' for char * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- src/target/dsp563xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/dsp563xx.h') diff --git a/src/target/dsp563xx.h b/src/target/dsp563xx.h index f8070fa7..475e5165 100644 --- a/src/target/dsp563xx.h +++ b/src/target/dsp563xx.h @@ -53,7 +53,7 @@ struct dsp563xx_common struct dsp563xx_core_reg { uint32_t num; - char *name; + const char *name; uint32_t size; uint32_t r_cmd; uint32_t w_cmd; -- cgit v1.2.3