This patch series fixes some issues with some MicroBlaze functions and declarations that are not compatible with newer C standards (e.g. C99) this includes the default C standard set by the GCC 5.x compiler (which is gnu11 by default).
This series is split into two patches, the first patch being some code style clean up, followed by the patch that fixes the compatiblity. Nathan Rossi (2): microblaze: Fix style issues in header files microblaze: Fix C99/gnu99 compatiblity for inline functions arch/microblaze/include/asm/bitops.h | 63 ++++++++++++------------------------ arch/microblaze/include/asm/system.h | 2 +- 2 files changed, 22 insertions(+), 43 deletions(-) -- 2.6.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot