aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2025-03-13 18:12:06 +0200
committerLee Jones <lee@kernel.org>2025-03-21 09:48:11 +0000
commit52fc80729b06501c5609b91b168be8d9d5d79994 (patch)
tree237594982b7812030efc05b3147998fc4fbe9b9e
parentleds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res PWMs (diff)
downloadlinux-52fc80729b06501c5609b91b168be8d9d5d79994.tar.gz
linux-52fc80729b06501c5609b91b168be8d9d5d79994.zip
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.c1
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>