[ARM PATCH] 2181/1: Fix gcc-4.0 static declaration of '__clz_tab'
follows non-static declaration build error Patch from George G. Davis Building kernels with recent gcc-4.0-20041024 snapshot results in "static declaration of '__clz_tab' follows non-static declaration" build error. Since the "extern const UQItype __clz_tab[]" definition is not required, this patch removes it to fix the build. Signed-off-by: George G. Davis
Showing
Please register or sign in to comment