Message ID | 20250313161206.415160-1-andriy.shevchenko@linux.intel.com |
---|---|
State | New |
Headers | show |
Series | [v1,1/1] leds: mlxcpld: Remove unused header inclusion | expand |
On Thu, 13 Mar 2025 18:12:06 +0200, Andy Shevchenko wrote: > acpi.h is not used by the driver. Remove it. > > Applied, thanks! [1/1] leds: mlxcpld: Remove unused header inclusion commit: 52fc80729b06501c5609b91b168be8d9d5d79994 -- Lee Jones [李琼斯]
diff --git a/drivers/leds/leds-mlxcpld.c b/drivers/leds/leds-mlxcpld.c index 718f55096e90..f25f68789281 100644 --- a/drivers/leds/leds-mlxcpld.c +++ b/drivers/leds/leds-mlxcpld.c @@ -32,7 +32,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <linux/acpi.h> #include <linux/device.h> #include <linux/dmi.h> #include <linux/hwmon.h>
acpi.h is not used by the driver. Remove it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> --- drivers/leds/leds-mlxcpld.c | 1 - 1 file changed, 1 deletion(-)