On Wed, 09 Sep 2020 01:39:47 +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 <mirq-linux@xxxxxxxxxxxx> > Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> > Acked-by: Thierry Reding <treding@xxxxxxxxxx> > --- > drivers/i2c/busses/i2c-tegra.c | 486 ++++++++++++++++----------------- > 1 file changed, 242 insertions(+), 244 deletions(-) Tested-by: Thierry Reding <treding@xxxxxxxxxx>