s390/diag: make __diag8c_tmp_amode31 static
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 2 Feb 2023 20:47:11 +0000 (21:47 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 6 Feb 2023 10:13:54 +0000 (11:13 +0100)
commit18e5cb7a5ce30d0fd28c94551509afe43b100118
treefb1e418a47c71a245c3d5f2fc4e8b6b80509d52b
parent1e2eb49bb14760cc7ec0c301c705410628bee8e9
s390/diag: make __diag8c_tmp_amode31 static

Get rid of this sparse warning:

arch/s390/kernel/diag.c:69:29: warning: symbol '__diag8c_tmp_amode31' was not declared. Should it be static?

Fixes: fbaee7464fbb ("s390/tty3270: add support for diag 8c")
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/diag.c