Searched hist:e0f21e1cbc26faa558cb955ccda65638a34f4bb1 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | system.h | e0f21e1cbc26faa558cb955ccda65638a34f4bb1 Fri Nov 06 09:25:06 UTC 2015 Nathan Rossi <nathan@nathanrossi.com> microblaze: Fix C99/gnu99 compatiblity for inline functions
'extern inline' is not portable across various C standards. To ensure compatiblity with various standards/compilers change the functions to static inline. This is a portable construct and serves as a comparable definition to 'extern inline' from the gnu90 standard.
Additionally remove the function prototypes as they are not required due to the functions being declared static and functions are correctly ordered based on dependence.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Cc: Michal Simek <monstr@monstr.eu> Cc: Tom Rini <trini@konsulko.com> Acked-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| H A D | bitops.h | e0f21e1cbc26faa558cb955ccda65638a34f4bb1 Fri Nov 06 09:25:06 UTC 2015 Nathan Rossi <nathan@nathanrossi.com> microblaze: Fix C99/gnu99 compatiblity for inline functions
'extern inline' is not portable across various C standards. To ensure compatiblity with various standards/compilers change the functions to static inline. This is a portable construct and serves as a comparable definition to 'extern inline' from the gnu90 standard.
Additionally remove the function prototypes as they are not required due to the functions being declared static and functions are correctly ordered based on dependence.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Cc: Michal Simek <monstr@monstr.eu> Cc: Tom Rini <trini@konsulko.com> Acked-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|