• Ben Dooks's avatar
    [ARM PATCH] 2432/1: include/asm-arm/bitops.h - missing const from find · 6016c655
    Ben Dooks authored
    Patch from Ben Dooks
    
    the calls _find_first_zero_bit_be() and _find_next_zero_bit_be()
    are missing const from the pointer argument passed in, causing
    several build warnings when building an ARM kernel in big-endian
    mode.
    
    Signed-off-by: Ben Dooks
    Signed-off-by: Russell King
    6016c655
bitops.h 11.4 KB