diff mbox series

[1/2] hwmon: (oxp-sensors) Remove unused header

Message ID 20230617181159.32844-2-samsagax@gmail.com (mailing list archive)
State Accepted
Headers show
Series hwmon: (oxp-sensors) Minor cleanup of driver code | expand

Commit Message

Joaquín Ignacio Aramendía June 17, 2023, 6:11 p.m. UTC
We are not using <dev_printk.h>, remove that.

Signed-off-by: Joaquín Ignacio Aramendía <samsagax@gmail.com>
---
 drivers/hwmon/oxp-sensors.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Guenter Roeck June 18, 2023, 3:54 p.m. UTC | #1
On Sat, Jun 17, 2023 at 03:11:42PM -0300, Joaquín Ignacio Aramendía wrote:
> We are not using <dev_printk.h>, remove that.
> 
> Signed-off-by: Joaquín Ignacio Aramendía <samsagax@gmail.com>

Applied.

Thanks,
Guenter

> ---
>  drivers/hwmon/oxp-sensors.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/hwmon/oxp-sensors.c b/drivers/hwmon/oxp-sensors.c
> index be36d38f13d9..584e48d8106e 100644
> --- a/drivers/hwmon/oxp-sensors.c
> +++ b/drivers/hwmon/oxp-sensors.c
> @@ -16,7 +16,6 @@
>   */
>  
>  #include <linux/acpi.h>
> -#include <linux/dev_printk.h>
>  #include <linux/dmi.h>
>  #include <linux/hwmon.h>
>  #include <linux/init.h>
diff mbox series

Patch

diff --git a/drivers/hwmon/oxp-sensors.c b/drivers/hwmon/oxp-sensors.c
index be36d38f13d9..584e48d8106e 100644
--- a/drivers/hwmon/oxp-sensors.c
+++ b/drivers/hwmon/oxp-sensors.c
@@ -16,7 +16,6 @@ 
  */
 
 #include <linux/acpi.h>
-#include <linux/dev_printk.h>
 #include <linux/dmi.h>
 #include <linux/hwmon.h>
 #include <linux/init.h>