commit | 5150a8f07f6c2431f12ac5a9ba07ff111d34744d | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Tue Jan 26 17:58:32 2021 +0100 |
committer | Uwe Kleine-König <uwe@kleine-koenig.org> | Tue Feb 02 14:24:20 2021 +0100 |
tree | 0d19bed4be282a5acb612523fb029890b60c90ef | |
parent | de5d7adb89367bbc87b4e5ce7afe7ae9bd86dc12 [diff] |
amba: reorder functions Put helpers (here: amba_get_enable_pclk and amba_put_disable_pclk) at the top of the file and then define callbacks directly before the structs they are used in; in the same order. Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20210126165835.687514-3-u.kleine-koenig@pengutronix.de Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>