From: Andy Shevchenko Date: Mon, 25 Mar 2024 12:41:56 +0000 (+0200) Subject: hwmon: (pmbus/adp1050) Don't use "proxy" headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9c3793629d7aa40cc07ac9dafc6df0bb21593585;p=linux.git hwmon: (pmbus/adp1050) Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240325124156.3036266-1-andriy.shevchenko@linux.intel.com Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/pmbus/adp1050.c b/drivers/hwmon/pmbus/adp1050.c index 0a49bea8e13b0..ea08554662d57 100644 --- a/drivers/hwmon/pmbus/adp1050.c +++ b/drivers/hwmon/pmbus/adp1050.c @@ -5,12 +5,10 @@ * Copyright (C) 2024 Analog Devices, Inc. */ #include -#include #include -#include -#include +#include #include -#include + #include "pmbus.h" static struct pmbus_driver_info adp1050_info = {