mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
drivers: base: test: Add missing MODULE_* macros to root device tests
Commit06188bc80c
("drivers: base: Add basic devm tests for root devices") introduced a new set of tests for root devices that could be compiled as a module, but didn't have the usual module macros. Make sure they're there. Fixes:06188bc80c
("drivers: base: Add basic devm tests for root devices") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20230816073019.1446155-2-mripard@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f71b144e3e
commit
f7bb242601
@ -106,3 +106,7 @@ static struct kunit_suite root_device_devm_test_suite = {
|
||||
};
|
||||
|
||||
kunit_test_suite(root_device_devm_test_suite);
|
||||
|
||||
MODULE_DESCRIPTION("Test module for root devices");
|
||||
MODULE_AUTHOR("Maxime Ripard <mripard@kernel.org>");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user