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>
This commit is contained in:
parent
f9d038144a
commit
9ebfb4e099
|
@ -27,7 +27,6 @@
|
||||||
#include <linux/thermal.h>
|
#include <linux/thermal.h>
|
||||||
#include <linux/reset.h>
|
#include <linux/reset.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/nvmem-consumer.h>
|
|
||||||
|
|
||||||
/* AUXADC Registers */
|
/* AUXADC Registers */
|
||||||
#define AUXADC_CON0_V 0x000
|
#define AUXADC_CON0_V 0x000
|
||||||
|
@ -619,7 +618,7 @@ static struct platform_driver mtk_thermal_driver = {
|
||||||
|
|
||||||
module_platform_driver(mtk_thermal_driver);
|
module_platform_driver(mtk_thermal_driver);
|
||||||
|
|
||||||
MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de");
|
MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de>");
|
||||||
MODULE_AUTHOR("Hanyi Wu <hanyi.wu@mediatek.com>");
|
MODULE_AUTHOR("Hanyi Wu <hanyi.wu@mediatek.com>");
|
||||||
MODULE_DESCRIPTION("Mediatek thermal driver");
|
MODULE_DESCRIPTION("Mediatek thermal driver");
|
||||||
MODULE_LICENSE("GPL v2");
|
MODULE_LICENSE("GPL v2");
|
||||||
|
|
Loading…
Reference in New Issue