Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Lee Jones
52fc8072 2528eec7

-1
-1
drivers/leds/leds-mlxcpld.c
··· 32 32 * POSSIBILITY OF SUCH DAMAGE. 33 33 */ 34 34 35 - #include <linux/acpi.h> 36 35 #include <linux/device.h> 37 36 #include <linux/dmi.h> 38 37 #include <linux/hwmon.h>