time/kunit: Add missing MODULE_LICENSE()

[ mingo: MODULE_LICENSE() takes a string. ]

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
Thomas Gleixner 2021-06-26 22:44:11 +02:00 committed by Ingo Molnar
parent 2760105516
commit 2d0a9eb23c
1 changed files with 1 additions and 0 deletions

View File

@ -96,3 +96,4 @@ static struct kunit_suite time_test_suite = {
};
kunit_test_suite(time_test_suite);
MODULE_LICENSE("GPL");