Commit 2d0a9eb2 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar

time/kunit: Add missing MODULE_LICENSE()

[ mingo: MODULE_LICENSE() takes a string. ]
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 27601055
......@@ -96,3 +96,4 @@ static struct kunit_suite time_test_suite = {
};
kunit_test_suite(time_test_suite);
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment