]> git.ipfire.org Git - thirdparty/u-boot.git/commit
i2c: fsl_i2c: Remove inline declarations
authorMario Six <mario.six@gdsys.cc>
Mon, 15 Jan 2018 10:08:08 +0000 (11:08 +0100)
committerHeiko Schocher <hs@denx.de>
Tue, 6 Feb 2018 05:59:34 +0000 (06:59 +0100)
commitd4f422f88667ac27d1f039211a44515d94b48824
treeb758e8e44de25ce6d28da5f379c694f825512da6
parenta059de11c9696bb1c45076ee7d542d04f8cf83f9
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>
drivers/i2c/fsl_i2c.c