cdrom: make EXPORT_SYMBOL follow exported function
authorEnze Li <lienze@kylinos.cn>
Sun, 15 May 2022 20:58:29 +0000 (21:58 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 16 May 2022 00:31:28 +0000 (18:31 -0600)
commiteeef7565e8ba1718e8e1f835f145125fa6cc8494
tree827fe193b34bfac6340f5c221022b83c0c3a003e
parentc5eb0a61238dd6faf37f58c9ce61c9980aaffd7a
cdrom: make EXPORT_SYMBOL follow exported function

Currently, some EXPORT_SYMBOL declarations do not follow the exported
function, which affects the readability of the code.  To maintain
consistency, move these EXPORT_SYMBOL declarations to the correct
position to improve the readability of the code.

Signed-off-by: Enze Li <lienze@kylinos.cn>
Link: https://lore.kernel.org/all/20220406090337.1116708-1-lienze@kylinos.cn
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20220515205833.944139-2-phil@philpotter.co.uk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/cdrom/cdrom.c