]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit24e8165218cc99de7afcf7fbc741317704f0bc7a
tree6c6c7bbb876f10f0ca1e6ac5ec3eacedad25ca3a
parenteef6f59684f2cfd6b49f3f672e7098aada68994f
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