diff mbox series

[v1,1/1] leds: mlxcpld: Remove unused header inclusion

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

Commit Message

Andy Shevchenko March 13, 2025, 4:12 p.m. UTC
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(-)
diff mbox series

Patch

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>