commit | 9aa382722363829896df9a919eb81750354baa83 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Sat Jul 12 15:07:19 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Tue Jul 22 07:44:26 2014 -0400 |
tree | 595015f2b4330d3284125308a37b6d6fbdd588c2 | |
parent | e0b7e5467b0142ecc68fefd6c4d0fac9f904bdda [diff] |
common: cmd_ide: use __weak and add prototypes clang chokes about the concept of having an alias to an always_inlined function. gcc likely just ignores the always inlined since binary sizes are equal before and after this patch. Convert the aliases to weak functions and provide missing prototypes. cc: Pavel Herrmann <morpheus.ibis@gmail.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>