summaryrefslogtreecommitdiff
path: root/kernel/resource_kunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/resource_kunit.c')
-rw-r--r--kernel/resource_kunit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/resource_kunit.c b/kernel/resource_kunit.c
index 9fdbca8426f1..58ab9f914602 100644
--- a/kernel/resource_kunit.c
+++ b/kernel/resource_kunit.c
@@ -148,3 +148,5 @@ static struct kunit_suite resource_test_suite = {
.test_cases = resource_test_cases,
};
kunit_test_suite(resource_test_suite);
+
+MODULE_LICENSE("GPL");