Home
last modified time | relevance | path

Searched hist:"548 ce4bf7690420dc50aa36172d920d2895a698e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dbitops.h548ce4bf7690420dc50aa36172d920d2895a698e Wed Sep 26 12:42:38 UTC 2012 Michal Simek <monstr@monstr.eu> microblaze: Fix compilation warning in ext2_find_next_zero_bit

ext2_find_next_zero_bit must be also static if __swab32 is also static.

Warning:
include/asm/bitops.h:369:22: warning: '__fswab32' is static but
used in inline function 'ext2_find_next_zero_bit'
which is not static [enabled by default]

Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Stephan Linz <linz@li-pro.net>