diff mbox series

hwmon: (ntc_thermistor) Drop unused headers.

Message ID 20210611142257.103094-1-jic23@kernel.org (mailing list archive)
State Accepted
Headers show
Series hwmon: (ntc_thermistor) Drop unused headers. | expand

Commit Message

Jonathan Cameron June 11, 2021, 2:22 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

The IIO usage in this driver is purely consumer so it should only
be including linux/iio/consumer.h  Whilst here drop pm_runtime.h
as there is no runtime power management in the driver.

Found using include-what-you-use and manual inspection of the
suggestions.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Guenter Roeck <linux@roeck-us.net>
---
 drivers/hwmon/ntc_thermistor.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Guenter Roeck June 12, 2021, 12:26 p.m. UTC | #1
On Fri, Jun 11, 2021 at 03:22:57PM +0100, Jonathan Cameron wrote:
> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> 
> The IIO usage in this driver is purely consumer so it should only
> be including linux/iio/consumer.h  Whilst here drop pm_runtime.h
> as there is no runtime power management in the driver.
> 
> Found using include-what-you-use and manual inspection of the
> suggestions.
> 
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Cc: Guenter Roeck <linux@roeck-us.net>

Applied.

Thanks,
Guenter

> ---
>  drivers/hwmon/ntc_thermistor.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/hwmon/ntc_thermistor.c b/drivers/hwmon/ntc_thermistor.c
> index 8587189c7f15..18fd6f12ca16 100644
> --- a/drivers/hwmon/ntc_thermistor.c
> +++ b/drivers/hwmon/ntc_thermistor.c
> @@ -8,7 +8,6 @@
>  
>  #include <linux/slab.h>
>  #include <linux/module.h>
> -#include <linux/pm_runtime.h>
>  #include <linux/math64.h>
>  #include <linux/platform_device.h>
>  #include <linux/err.h>
> @@ -17,9 +16,6 @@
>  
>  #include <linux/platform_data/ntc_thermistor.h>
>  
> -#include <linux/iio/iio.h>
> -#include <linux/iio/machine.h>
> -#include <linux/iio/driver.h>
>  #include <linux/iio/consumer.h>
>  
>  #include <linux/hwmon.h>
diff mbox series

Patch

diff --git a/drivers/hwmon/ntc_thermistor.c b/drivers/hwmon/ntc_thermistor.c
index 8587189c7f15..18fd6f12ca16 100644
--- a/drivers/hwmon/ntc_thermistor.c
+++ b/drivers/hwmon/ntc_thermistor.c
@@ -8,7 +8,6 @@ 
 
 #include <linux/slab.h>
 #include <linux/module.h>
-#include <linux/pm_runtime.h>
 #include <linux/math64.h>
 #include <linux/platform_device.h>
 #include <linux/err.h>
@@ -17,9 +16,6 @@ 
 
 #include <linux/platform_data/ntc_thermistor.h>
 
-#include <linux/iio/iio.h>
-#include <linux/iio/machine.h>
-#include <linux/iio/driver.h>
 #include <linux/iio/consumer.h>
 
 #include <linux/hwmon.h>