Skip to content

Commit

Permalink
time/kunit: Add missing MODULE_LICENSE()
Browse files Browse the repository at this point in the history
[ mingo: MODULE_LICENSE() takes a string. ]

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jun 28, 2021
1 parent 2760105 commit 2d0a9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/time/time_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ static struct kunit_suite time_test_suite = {
};

kunit_test_suite(time_test_suite);
MODULE_LICENSE("GPL");

0 comments on commit 2d0a9eb

Please sign in to comment.