commit | 6ca300aec0652661f2dd28c9976f9ecb6a338b77 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 14 08:30:05 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 01 10:11:03 2020 -0400 |
tree | 467570d23c379ccdae39c153f8aca2461859ed93 | |
parent | 897860ebc1a86506055f6225efff7888fe27d6ee [diff] |
socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA case Unless we mark the function as 'static inline' it may end up being non-inlined by the compiled and result in duplicate functions. Cc: Marek Vasut <marex@denx.de> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Cc: Ley Foon Tan <ley.foon.tan@intel.com> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Marek Vasut <marex@denx.de>