Skip to content

Commit 9ebfb4e

Browse files
rddunlapEduardo Valentin
authored andcommitted
thermal: minor mtk_thermal.c cleanups
Trivial cleanups: - delete one duplicate #include - end email address with closing '>' Signed-off-by: Randy Dunlap <[email protected]> Cc: Zhang Rui <[email protected]> Cc: Eduardo Valentin <[email protected]> Cc: Sascha Hauer <[email protected]> Cc: Hanyi Wu <[email protected]> Signed-off-by: Eduardo Valentin <[email protected]>
1 parent f9d0381 commit 9ebfb4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/thermal/mtk_thermal.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include <linux/thermal.h>
2828
#include <linux/reset.h>
2929
#include <linux/types.h>
30-
#include <linux/nvmem-consumer.h>
3130

3231
/* AUXADC Registers */
3332
#define AUXADC_CON0_V 0x000
@@ -619,7 +618,7 @@ static struct platform_driver mtk_thermal_driver = {
619618

620619
module_platform_driver(mtk_thermal_driver);
621620

622-
MODULE_AUTHOR("Sascha Hauer <[email protected]");
621+
MODULE_AUTHOR("Sascha Hauer <[email protected]>");
623622
MODULE_AUTHOR("Hanyi Wu <[email protected]>");
624623
MODULE_DESCRIPTION("Mediatek thermal driver");
625624
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)