mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 00:17:41 +07:00
[POWERPC] Add MODULE_LICENSE to powerpc/sysdev/rtc_cmos_setup.c
This adds the missing MODULE_LICENSE("GPL"). Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
7f4392cdcc
commit
3fbe9d413e
@ -56,3 +56,5 @@ static int __init add_rtc(void)
|
||||
return 0;
|
||||
}
|
||||
fs_initcall(add_rtc);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user