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:
Tao Huang
2024-05-17 19:13:52 +08:00
parent feb16e5db3
commit cf28107f98

View File

@@ -395,3 +395,5 @@ static struct platform_driver rkx120_pwm_driver = {
.remove = rkx120_pwm_remove,
};
module_platform_driver(rkx120_pwm_driver);
MODULE_LICENSE("GPL");