Commit cb9b323b authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Eduardo Valentin

thermal: broadcom: ns: specify myself as MODULE_AUTHOR

Just in case someone uses modinfo to find (blame) me.
Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
parent 608567aa
......@@ -101,5 +101,6 @@ static struct platform_driver ns_thermal_driver = {
};
module_platform_driver(ns_thermal_driver);
MODULE_AUTHOR("Rafał Miłecki <rafal@milecki.pl>");
MODULE_DESCRIPTION("Northstar thermal driver");
MODULE_LICENSE("GPL v2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment