On Wed, Sep 09, 2020 at 01:39:47AM +0300, Dmitry Osipenko wrote: > Reorder location of functions in the code in order to have definition > of functions closer to the place of the invocation. This change makes > easier to navigate around the code and removes the need to have a > prototype for tegra_i2c_init(). > > Reviewed-by: Michał Mirosław > Signed-off-by: Dmitry Osipenko > --- > drivers/i2c/busses/i2c-tegra.c | 486 ++++++++++++++++----------------- > 1 file changed, 242 insertions(+), 244 deletions(-) Acked-by: Thierry Reding