commit | 59085d38faacbf7d75040b8dae37c113375e7fb3 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Wed Sep 26 14:42:38 2012 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Wed Nov 07 17:11:14 2012 +0100 |
tree | dfa88ffda604f743389d376f84d0352e1a4fa799 | |
parent | becc684a338f84c5c5fde296f28fc6d0c105b5b8 [diff] |
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>