commit | 484cdb8d1da945fe3e70f75547757a50683323c3 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 15 11:08:08 2018 +0100 |
committer | Heiko Schocher <hs@denx.de> | Tue Feb 06 06:59:34 2018 +0100 |
tree | b758e8e44de25ce6d28da5f379c694f825512da6 | |
parent | a5f35c482458773d205fe328ae7152ed150e3260 [diff] |
i2c: fsl_i2c: Remove inline declarations 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. Reviewed-by: Heiko Schocher <hs@denx.de> Signed-off-by: Mario Six <mario.six@gdsys.cc>