On 11-09-22 03:21 AM, Heiko Carstens wrote: > Fix compile breakage caused by splitting module.h: > > drivers/s390/cio/qdio_setup.c:31:1: > warning: data definition has no type or storage class [enabled by default] > drivers/s390/cio/qdio_setup.c:31:1: > warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' [-Wimplicit-int] Thanks, I've squashed this into what contained the other s390 changes from you, which now touches the following: arch/s390/crypto/sha_common.c | 1 + arch/s390/mm/init.c | 1 + drivers/s390/char/fs3270.c | 1 + drivers/s390/char/sclp_cpi_sys.c | 1 + drivers/s390/char/vmcp.c | 1 + drivers/s390/char/vmur.c | 1 + drivers/s390/cio/chp.c | 2 ++ drivers/s390/cio/qdio_debug.c | 2 ++ drivers/s390/cio/qdio_setup.c | 1 + drivers/s390/kvm/kvm_virtio.c | 1 + drivers/s390/scsi/zfcp_aux.c | 1 + drivers/s390/scsi/zfcp_ccw.c | 1 + drivers/s390/scsi/zfcp_dbf.c | 1 + drivers/s390/scsi/zfcp_scsi.c | 1 + 14 files changed, 16 insertions(+) Paul. > > Cc: Frank Blaschka <blaschka@xxxxxxxxxxxxxxxxxx> > Cc: Jan Glauber <jang@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> > --- > drivers/s390/cio/qdio_setup.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/s390/cio/qdio_setup.c b/drivers/s390/cio/qdio_setup.c > index d9a46a4..25f4988 100644 > --- a/drivers/s390/cio/qdio_setup.c > +++ b/drivers/s390/cio/qdio_setup.c > @@ -7,6 +7,7 @@ > * Author(s): Jan Glauber <jang@xxxxxxxxxxxxxxxxxx> > */ > #include <linux/kernel.h> > +#include <linux/export.h> > #include <linux/slab.h> > #include <asm/qdio.h> > -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html