s390/raw3270: move EXPORT_SYMBOL() next to functions
authorSven Schnelle <svens@linux.ibm.com>
Mon, 5 Dec 2022 06:56:16 +0000 (07:56 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 9 Jan 2023 13:34:03 +0000 (14:34 +0100)
commit754f66b59cc31226601279245356795b7a62e2e3
tree4e1ad3e40881345c4685682db95c4750e15edd0e
parent7ef213879a1ea1183b059c15b23c1a20957f4934
s390/raw3270: move EXPORT_SYMBOL() next to functions

Fixes a few checkpatch warning about EXPORT_SYMBOL being
at the end of the file instead of being next to the
functions.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/char/raw3270.c