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 <rdunlap@infradead.org> Cc: Zhang Rui <rui.zhang@intel.com> Cc: Eduardo Valentin <edubezval@gmail.com> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Hanyi Wu <hanyi.wu@mediatek.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
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 <s.hauer@pengutronix.de");
621+
MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de>");
623622
MODULE_AUTHOR("Hanyi Wu <hanyi.wu@mediatek.com>");
624623
MODULE_DESCRIPTION("Mediatek thermal driver");
625624
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)