[U-Boot] [PATCH 02/51] i2c: fsl_i2c: Remove inline declarations

Simon Glass sjg at chromium.org
Tue Jul 18 14:01:20 UTC 2017


On 14 July 2017 at 05:54, Mario Six <mario.six at 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 at gdsys.cc>
> ---
>
>  drivers/i2c/fsl_i2c.c | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list