Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[S390] sclp_cpi module license.

sclp_cpi is GPL. Make the module not taint the kernel

Signed-off-by: Christian Borntraeger <cborntra@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Christian Borntraeger and committed by
Martin Schwidefsky
b3c14d0b 13e742ba

+2
+2
drivers/s390/char/sclp_cpi.c
··· 49 49 .send_mask = EvTyp_CtlProgIdent_Mask 50 50 }; 51 51 52 + MODULE_LICENSE("GPL"); 53 + 52 54 MODULE_AUTHOR( 53 55 "Martin Peschke, IBM Deutschland Entwicklung GmbH " 54 56 "<mpeschke@de.ibm.com>");