1
0
Fork 0

[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>
hifive-unleashed-5.1
Adrian Bunk 2008-04-15 00:19:42 +10:00 committed by Paul Mackerras
parent 7f4392cdcc
commit 3fbe9d413e
1 changed files with 2 additions and 0 deletions

View File

@ -56,3 +56,5 @@ static int __init add_rtc(void)
return 0;
}
fs_initcall(add_rtc);
MODULE_LICENSE("GPL");