diff options
author | sricharan <r.sricharan@ti.com> | 2011-08-23 03:28:48 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2011-09-24 03:58:57 -0400 |
commit | 6616aac66d798f3f185d90d9057e47abd7d3c9b3 (patch) | |
tree | ed4bad47201257b917dc9a9f6f3c52ef202a6fd5 /arch/arm/mach-omap2/omap_l3_noc.h | |
parent | ed0e352073ff86c876ff7820ad0b6bac123082b5 (diff) |
OMAP: Fix sparse warnings in l3 error handler.
Fix below sparse warnings from the l3-noc and l3-smx error handlers
files.
arch/arm/mach-omap2/omap_l3_smx.h:209:22: warning: symbol 'omap3_l3_app_bases' was not declared. Should it be static?
arch/arm/mach-omap2/omap_l3_smx.h:308:22: warning: symbol 'omap3_l3_debug_bases' was not declared. Should it be static?
arch/arm/mach-omap2/omap_l3_smx.h:325:2: warning: incorrect type in initializer (different address spaces)
arch/arm/mach-omap2/omap_l3_smx.h:325:2: expected unsigned int [usertype] *
arch/arm/mach-omap2/omap_l3_smx.h:325:2: got unsigned int [noderef] [toplevel] <asn:2>*<noident>
arch/arm/mach-omap2/omap_l3_smx.h:326:2: warning: incorrect type in initializer (different address spaces)
arch/arm/mach-omap2/omap_l3_smx.h:326:2: expected unsigned int [usertype] *
arch/arm/mach-omap2/omap_l3_smx.h:326:2: got unsigned int [noderef] [toplevel] <asn:2>*<noident>
arch/arm/mach-omap2/omap_l3_smx.h:324:5: warning: symbol 'omap3_l3_bases' was not declared. Should it be static?
CC arch/arm/mach-omap2/omap_l3_smx.o
CHECK arch/arm/mach-omap2/omap_l3_noc.c
arch/arm/mach-omap2/omap_l3_noc.c:73:13: warning: symbol '__v' shadows an earlier one
arch/arm/mach-omap2/omap_l3_noc.c:73:13: originally declared here
arch/arm/mach-omap2/omap_l3_noc.c:83:20: warning: symbol '__v' shadows an earlier one
arch/arm/mach-omap2/omap_l3_noc.c:83:20: originally declared here
arch/arm/mach-omap2/omap_l3_noc.c:90:5: warning: symbol '__v' shadows an earlier one
arch/arm/mach-omap2/omap_l3_noc.c:90:5: originally declared here
arch/arm/mach-omap2/omap_l3_noc.h:39:5: warning: symbol 'l3_flagmux' was not declared. Should it be static?
arch/arm/mach-omap2/omap_l3_noc.h:46:5: warning: symbol 'l3_targ_inst_clk1' was not declared. Should it be static?
arch/arm/mach-omap2/omap_l3_noc.h:54:5: warning: symbol 'l3_targ_inst_clk2' was not declared. Should it be static?
arch/arm/mach-omap2/omap_l3_noc.h:75:5: warning: symbol 'l3_targ_inst_clk3' was not declared. Should it be static?
arch/arm/mach-omap2/omap_l3_noc.h:79:6: warning: symbol 'l3_targ_inst_name' was not declared. Should it be static?
arch/arm/mach-omap2/omap_l3_noc.h:112:5: warning: symbol 'l3_targ' was not declared. Should it be static?
arch/arm/mach-omap2/omap_l3_noc.c:72:11: warning: cast removes address space of expression
arch/arm/mach-omap2/omap_l3_noc.c:73:13: warning: incorrect type in argument 1 (different base types)
arch/arm/mach-omap2/omap_l3_noc.c:73:13: expected void const volatile [noderef] <asn:2>*<noident>
arch/arm/mach-omap2/omap_l3_noc.c:73:13: got unsigned int
arch/arm/mach-omap2/omap_l3_noc.c:83:20: warning: incorrect type in argument 1 (different base types)
arch/arm/mach-omap2/omap_l3_noc.c:83:20: expected void const volatile [noderef] <asn:2>*<noident>
arch/arm/mach-omap2/omap_l3_noc.c:83:20: got unsigned int
arch/arm/mach-omap2/omap_l3_noc.c:90:5: warning: incorrect type in argument 1 (different base types)
arch/arm/mach-omap2/omap_l3_noc.c:90:5: expected void const volatile [noderef] <asn:2>*<noident>
arch/arm/mach-omap2/omap_l3_noc.c:90:5: got unsigned int
arch/arm/mach-omap2/omap_l3_noc.c:96:5: warning: incorrect type in argument 1 (different base types)
arch/arm/mach-omap2/omap_l3_noc.c:96:5: expected void const volatile [noderef] <asn:2>*<noident>
arch/arm/mach-omap2/omap_l3_noc.c:96:5: got unsigned int
arch/arm/mach-omap2/omap_l3_noc.c:108:5: warning: incorrect type in argument 1 (different base types)
arch/arm/mach-omap2/omap_l3_noc.c:108:5: expected void const volatile [noderef] <asn:2>*<noident>
arch/arm/mach-omap2/omap_l3_noc.c:108:5: got unsigned int
Signed-off-by: sricharan <r.sricharan@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Reported-by: Paul Walmsley <paul@pwsan.com>
Reviewed-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_l3_noc.h')
-rw-r--r-- | arch/arm/mach-omap2/omap_l3_noc.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/omap_l3_noc.h b/arch/arm/mach-omap2/omap_l3_noc.h index 9120e70aa08a..74c16434f2bc 100644 --- a/arch/arm/mach-omap2/omap_l3_noc.h +++ b/arch/arm/mach-omap2/omap_l3_noc.h | |||
@@ -36,14 +36,14 @@ | |||
36 | #define L3_TARG_STDERRLOG_SLVOFSLSB 0x5c | 36 | #define L3_TARG_STDERRLOG_SLVOFSLSB 0x5c |
37 | #define L3_FLAGMUX_REGERR0 0xc | 37 | #define L3_FLAGMUX_REGERR0 0xc |
38 | 38 | ||
39 | u32 l3_flagmux[L3_MODULES] = { | 39 | static u32 l3_flagmux[L3_MODULES] = { |
40 | 0x500, | 40 | 0x500, |
41 | 0x1000, | 41 | 0x1000, |
42 | 0X0200 | 42 | 0X0200 |
43 | }; | 43 | }; |
44 | 44 | ||
45 | /* L3 Target standard Error register offsets */ | 45 | /* L3 Target standard Error register offsets */ |
46 | u32 l3_targ_inst_clk1[] = { | 46 | static u32 l3_targ_inst_clk1[] = { |
47 | 0x100, /* DMM1 */ | 47 | 0x100, /* DMM1 */ |
48 | 0x200, /* DMM2 */ | 48 | 0x200, /* DMM2 */ |
49 | 0x300, /* ABE */ | 49 | 0x300, /* ABE */ |
@@ -51,7 +51,7 @@ u32 l3_targ_inst_clk1[] = { | |||
51 | 0x600 /* CLK2 PWR DISC */ | 51 | 0x600 /* CLK2 PWR DISC */ |
52 | }; | 52 | }; |
53 | 53 | ||
54 | u32 l3_targ_inst_clk2[] = { | 54 | static u32 l3_targ_inst_clk2[] = { |
55 | 0x500, /* CORTEX M3 */ | 55 | 0x500, /* CORTEX M3 */ |
56 | 0x300, /* DSS */ | 56 | 0x300, /* DSS */ |
57 | 0x100, /* GPMC */ | 57 | 0x100, /* GPMC */ |
@@ -72,11 +72,11 @@ u32 l3_targ_inst_clk2[] = { | |||
72 | 0xB00 /* L4 PER2*/ | 72 | 0xB00 /* L4 PER2*/ |
73 | }; | 73 | }; |
74 | 74 | ||
75 | u32 l3_targ_inst_clk3[] = { | 75 | static u32 l3_targ_inst_clk3[] = { |
76 | 0x0100 /* EMUSS */ | 76 | 0x0100 /* EMUSS */ |
77 | }; | 77 | }; |
78 | 78 | ||
79 | char *l3_targ_inst_name[L3_MODULES][18] = { | 79 | static char *l3_targ_inst_name[L3_MODULES][18] = { |
80 | { | 80 | { |
81 | "DMM1", | 81 | "DMM1", |
82 | "DMM2", | 82 | "DMM2", |
@@ -109,7 +109,7 @@ char *l3_targ_inst_name[L3_MODULES][18] = { | |||
109 | }, | 109 | }, |
110 | }; | 110 | }; |
111 | 111 | ||
112 | u32 *l3_targ[L3_MODULES] = { | 112 | static u32 *l3_targ[L3_MODULES] = { |
113 | l3_targ_inst_clk1, | 113 | l3_targ_inst_clk1, |
114 | l3_targ_inst_clk2, | 114 | l3_targ_inst_clk2, |
115 | l3_targ_inst_clk3, | 115 | l3_targ_inst_clk3, |