commit | 87c272c618c7197b24fd3acf2d337315bd93b4fa | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Fri Jun 11 09:45:01 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 12 13:06:33 2021 -0700 |
tree | e6291db3e2d7dd966f807fd25f3ace10ad77a741 | |
parent | 1f1aa3fe0214a75b45af640ace9684405139e755 [diff] |
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>