diff options
author | Joaquín Ignacio Aramendía <samsagax@gmail.com> | 2023-06-17 21:11:42 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2023-06-18 18:53:52 +0300 |
commit | d7696214b06dae06b5c632142b1c80cf85219c74 (patch) | |
tree | 50b7fa3346e77e71d4633f933d87b603d0affde8 /drivers/hwmon | |
parent | aee395bb190564a3fa22aa65c60812c25410e94a (diff) | |
download | linux-d7696214b06dae06b5c632142b1c80cf85219c74.tar.xz |
hwmon: (oxp-sensors) Remove unused header
We are not using <dev_printk.h>, remove that.
Signed-off-by: Joaquín Ignacio Aramendía <samsagax@gmail.com>
Link: https://lore.kernel.org/r/20230617181159.32844-2-samsagax@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/oxp-sensors.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |