From a9d8e61b936dd0cc23398a1e6a7a334d554e11b0 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Mon, 9 Mar 2020 22:04:28 +0800 Subject: [PATCH] thermal: imx: Remove unused includes Remove unused includes to simplify the code. Signed-off-by: Anson Huang Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/1583762668-12099-1-git-send-email-Anson.Huang@nxp.com --- drivers/thermal/imx_thermal.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index e75dda5..d2fa301 100644 --- a/drivers/thermal/imx_thermal.c +++ b/drivers/thermal/imx_thermal.c @@ -3,24 +3,17 @@ // Copyright 2013 Freescale Semiconductor, Inc. #include -#include #include #include #include -#include -#include #include #include -#include #include #include #include #include -#include #include -#include #include -#include #include #define REG_SET 0x4 -- 2.7.4