ARM: 9174/1: amba: Move EXPORT_SYMBOL() closer to definition
authorWang Kefeng <wangkefeng.wang@huawei.com>
Sat, 18 Dec 2021 08:30:42 +0000 (09:30 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 28 Feb 2022 13:59:18 +0000 (13:59 +0000)
commita2e7ae86a6eb1e93401214802c4d53872e310d4c
tree6c6c7bbb876f10f0ca1e6ac5ec3eacedad25ca3a
parentdacf3ca134d0dc105caee77651a349a86bd77456
ARM: 9174/1: amba: Move EXPORT_SYMBOL() closer to definition

Some EXPORT_SYMBOL() is at the end of the function, but some is
at the end of file. For reader sanity and be consistent, move all
EXPORT_SYMBOL() declarations just after the end of the function.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
drivers/amba/bus.c