mirror of https://gitee.com/openkylin/linux.git
staging: vchiq_arm: Fix MODULE_LICENSE
Regarding to the header the driver is licensed under BSD and GPL. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4b4eda0017
commit
2ea91ce574
|
@ -3490,6 +3490,6 @@ static struct platform_driver vchiq_driver = {
|
||||||
};
|
};
|
||||||
module_platform_driver(vchiq_driver);
|
module_platform_driver(vchiq_driver);
|
||||||
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("Dual BSD/GPL");
|
||||||
MODULE_DESCRIPTION("Videocore VCHIQ driver");
|
MODULE_DESCRIPTION("Videocore VCHIQ driver");
|
||||||
MODULE_AUTHOR("Broadcom Corporation");
|
MODULE_AUTHOR("Broadcom Corporation");
|
||||||
|
|
Loading…
Reference in New Issue