net/af_iucv: clean up some forward declarations
authorJulian Wiedmann <jwi@linux.ibm.com>
Fri, 11 Jun 2021 07:45:01 +0000 (09:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Jun 2021 20:06:33 +0000 (13:06 -0700)
commit87c272c618c7197b24fd3acf2d337315bd93b4fa
treee6291db3e2d7dd966f807fd25f3ace10ad77a741
parent1f1aa3fe0214a75b45af640ace9684405139e755
net/af_iucv: clean up some forward declarations

The forward declarations for the iucv_handler callbacks are causing
various compile warnings with gcc-11. Reshuffle the code to get rid
of these prototypes.

Reported-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/iucv/af_iucv.c