mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
staging: vchiq_arm: add MODULE_DESCRIPTION
This patch adds the missing module description for the driver. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
57499d136e
commit
8f8a34026e
|
|
@ -2892,4 +2892,5 @@ static struct platform_driver vchiq_driver = {
|
|||
module_platform_driver(vchiq_driver);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("Videocore VCHIQ driver");
|
||||
MODULE_AUTHOR("Broadcom Corporation");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user