Hi all, This series resolves a couple of -Wmissing-prototypes that I see in my builds of -next, even though the issues appear to be latent. The patch to enable -Wmissing-prototypes is in Andrew's tree, so these should likely go there as well with acks from the s390 maintainers. --- Nathan Chancellor (2): s390/dasd: Remove dasd_stats_generic_show() s390/traps: Only define is_valid_bugaddr() under CONFIG_GENERIC_BUG arch/s390/kernel/traps.c | 2 ++ drivers/s390/block/dasd.c | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) --- base-commit: 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab change-id: 20231130-s390-missing-prototypes-7d95aae2cdcb Best regards, -- Nathan Chancellor <nathan@xxxxxxxxxx>