diff options
author | 2023-06-17 15:11:42 -0300 | |
---|---|---|
committer | 2023-06-18 08:53:52 -0700 | |
commit | d7696214b06dae06b5c632142b1c80cf85219c74 (patch) | |
tree | 50b7fa3346e77e71d4633f933d87b603d0affde8 | |
parent | hwmon: (nct6755) Add support for NCT6799D (diff) | |
download | wireguard-linux-d7696214b06dae06b5c632142b1c80cf85219c74.tar.xz wireguard-linux-d7696214b06dae06b5c632142b1c80cf85219c74.zip |
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 '')
-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> |