Re: [U-Boot] [PATCH 026/080] i2c: fsl_i2c: Remove inline declarations

2017-10-02 Thread Heiko Schocher
Hello Mario, Am 29.09.2017 um 14:51 schrieb Mario Six: 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

[U-Boot] [PATCH 026/080] i2c: fsl_i2c: Remove inline declarations

2017-09-29 Thread Mario Six
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 --- drivers/i2c/fsl_i2c.c | 14 +++--- 1