diff options
author | 2021-06-11 09:45:02 +0200 | |
---|---|---|
committer | 2021-06-12 13:06:33 -0700 | |
commit | fbf179683655ca83b442d5f86e17ad25a462560e (patch) | |
tree | dacc4ce80a8a1c8395d2231f3ea539cf8343a926 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | net/af_iucv: clean up some forward declarations (diff) | |
download | linux-dev-fbf179683655ca83b442d5f86e17ad25a462560e.tar.xz linux-dev-fbf179683655ca83b442d5f86e17ad25a462560e.zip |
s390/netiuvc: get rid of forward declarations
Move netiucv_handler to get rid of forward declarations and gcc11
compile warnings:
drivers/s390/net/netiucv.c:518:65: warning: argument 2 of type ‘u8[16]’ {aka ‘unsigned char[16]’} with mismatched bound [-Warray-parameter=]
518 | static void netiucv_callback_connack(struct iucv_path *path, u8 ipuser[16])
| ~~~^~~~~~~~~~
drivers/s390/net/netiucv.c:122:58: note: previously declared as ‘u8 *’ {aka ‘unsigned char *’}
122 | static void netiucv_callback_connack(struct iucv_path *, u8 *);
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions