mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
of: of_test: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/of/of_test.o Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240524-md-of-of_test-v1-1-6ebd078d620f@quicinc.com Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
committed by
Rob Herring (Arm)
parent
1613e604df
commit
a0fc1a053b
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user