mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08: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:
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");
|
||||
|
Loading…
Reference in New Issue
Block a user