diff options
Diffstat (limited to 'drivers/of/of_test.c')
-rw-r--r-- | drivers/of/of_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/of_test.c b/drivers/of/of_test.c index a9301d293f..c85a258bc6 100644 --- a/drivers/of/of_test.c +++ b/drivers/of/of_test.c @@ -54,4 +54,5 @@ static struct kunit_suite of_dtb_suite = { kunit_test_suites( &of_dtb_suite, ); +MODULE_DESCRIPTION("KUnit tests for OF APIs"); MODULE_LICENSE("GPL"); |