mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
mfd: rkx110_x120: pwm: Add module license
Fixes the following error: ERROR: modpost: missing MODULE_LICENSE() in drivers/mfd/rkx110_x120/rkx120_pwm.o Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I27def7b919a0efcffc62f30e159066a4c21cb905
This commit is contained in:
@@ -395,3 +395,5 @@ static struct platform_driver rkx120_pwm_driver = {
|
||||
.remove = rkx120_pwm_remove,
|
||||
};
|
||||
module_platform_driver(rkx120_pwm_driver);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
Reference in New Issue
Block a user