pinctrl: realtek: Cleanup license string

Prefer "GPL" over "GPL v2" - see commit bf7fbeeae6
("module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity")

Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
Yu-Chun Lin 2026-03-06 15:52:31 +08:00 committed by Linus Walleij
parent 24f2baec82
commit a248904e30

View File

@ -593,4 +593,4 @@ int rtd_pinctrl_probe(struct platform_device *pdev, const struct rtd_pinctrl_des
EXPORT_SYMBOL(rtd_pinctrl_probe);
MODULE_DESCRIPTION("Realtek DHC SoC pinctrl driver");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL");