[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7f06031d-b4ee-009d-a294-fdde6c95e898@linaro.org>
Date: Thu, 12 Mar 2020 12:18:30 +0100
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: Anson Huang <Anson.Huang@....com>, rui.zhang@...el.com,
amit.kucheria@...durent.com, shawnguo@...nel.org,
s.hauer@...gutronix.de, kernel@...gutronix.de, festevam@...il.com,
linux-pm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Cc: Linux-imx@....com
Subject: Re: [PATCH] thermal: imx: Remove unused includes
On 09/03/2020 15:04, Anson Huang wrote:
> Remove unused includes to simplify the code.
>
> Signed-off-by: Anson Huang <Anson.Huang@....com>
Applied, thanks
> ---
> 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 <linux/clk.h>
> -#include <linux/cpu.h>
> #include <linux/cpufreq.h>
> #include <linux/cpu_cooling.h>
> #include <linux/delay.h>
> -#include <linux/device.h>
> -#include <linux/init.h>
> #include <linux/interrupt.h>
> #include <linux/io.h>
> -#include <linux/kernel.h>
> #include <linux/mfd/syscon.h>
> #include <linux/module.h>
> #include <linux/of.h>
> #include <linux/of_device.h>
> -#include <linux/platform_device.h>
> #include <linux/regmap.h>
> -#include <linux/slab.h>
> #include <linux/thermal.h>
> -#include <linux/types.h>
> #include <linux/nvmem-consumer.h>
>
> #define REG_SET 0x4
>
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
Powered by blists - more mailing lists