summaryrefslogtreecommitdiff
path: root/include/linux/linux_string.h
diff options
context:
space:
mode:
authorNathan Rossi <[email protected]>2015-11-06 19:25:06 +1000
committerMichal Simek <[email protected]>2015-11-19 13:09:41 +0100
commite0f21e1cbc26faa558cb955ccda65638a34f4bb1 (patch)
tree27a10dd86c429b307a13e7e73cefb52a2b5044f9 /include/linux/linux_string.h
parent7cb73730c85051e8fe53592ba3a92b899571ade4 (diff)
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 <[email protected]> Cc: Michal Simek <[email protected]> Cc: Tom Rini <[email protected]> Acked-by: Mans Rullgard <[email protected]> Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include/linux/linux_string.h')
0 files changed, 0 insertions, 0 deletions