vserver 1.9.5.x5
[linux-2.6.git] / arch / arm / lib / longlong.h
index 05ec1ab..179eea4 100644 (file)
 #define UDIV_NEEDS_NORMALIZATION 1
 #define udiv_qrnnd __udiv_qrnnd_c
 
-extern const UQItype __clz_tab[];
 #define count_leading_zeros(count, x) \
   do {                                                                 \
     USItype __xr = (x);                                                        \