
18 Jul
2017
18 Jul
'17
4:01 p.m.
On 14 July 2017 at 05:54, Mario Six mario.six@gdsys.cc wrote:
Some functions in the fsl_i2c driver are declared as inline, even though they are quite large, which needlessly increases the size of the resulting binary.
This patch removes the inline declarations.
Signed-off-by: Mario Six mario.six@gdsys.cc
drivers/i2c/fsl_i2c.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org