diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2025-03-13 18:12:06 +0200 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-03-21 09:48:11 +0000 |
| commit | 52fc80729b06501c5609b91b168be8d9d5d79994 (patch) | |
| tree | 237594982b7812030efc05b3147998fc4fbe9b9e | |
| parent | 2528eec7da0ec58fcae6d12cfa79a622c933d86b (diff) | |
leds: mlxcpld: Remove unused ACPI header inclusion
acpi.h is not used by the driver. Remove it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250313161206.415160-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
| -rw-r--r-- | drivers/leds/leds-mlxcpld.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |
