• George G. Davis's avatar
    [ARM PATCH] 2181/1: Fix gcc-4.0 static declaration of '__clz_tab' · 165ce19f
    George G. Davis authored
     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 
    165ce19f
longlong.h 6.35 KB