We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d0381 commit 9ebfb4eCopy full SHA for 9ebfb4e
drivers/thermal/mtk_thermal.c
@@ -27,7 +27,6 @@
27
#include <linux/thermal.h>
28
#include <linux/reset.h>
29
#include <linux/types.h>
30
-#include <linux/nvmem-consumer.h>
31
32
/* AUXADC Registers */
33
#define AUXADC_CON0_V 0x000
@@ -619,7 +618,7 @@ static struct platform_driver mtk_thermal_driver = {
619
618
620
module_platform_driver(mtk_thermal_driver);
621
622
-MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de");
+MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de>");
623
MODULE_AUTHOR("Hanyi Wu <hanyi.wu@mediatek.com>");
624
MODULE_DESCRIPTION("Mediatek thermal driver");
625
MODULE_LICENSE("GPL v2");
0 commit comments