Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bcee5b8 authored by Kylene Jo Hall's avatar Kylene Jo Hall Committed by Linus Torvalds
Browse files

[PATCH] tpm: tpm-bios: fix module license issue



Attempting to insert the tpm modules fails because the tpm_bios file is
missing a license statement.

Signed-off-by: default avatarKylene Hall <kjhall@us.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 1c40f7d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -547,3 +547,4 @@ void tpm_bios_log_teardown(struct dentry **lst)
		securityfs_remove(lst[i]);
}
EXPORT_SYMBOL_GPL(tpm_bios_log_teardown);
MODULE_LICENSE("GPL");