From: Andy Shevchenko Date: Mon, 16 Oct 2023 16:10:05 +0000 (+0300) Subject: leds: gpio: Update headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2038d3fdc7434d522369c58cb7a4acd5315eebec;p=linux.git leds: gpio: Update headers Include headers which we are direct users of, no need to have proxies. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20231016161005.1471768-6-andriy.shevchenko@linux.intel.com Signed-off-by: Lee Jones --- diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c index d6e8298ffb3e6..710c319ad312b 100644 --- a/drivers/leds/leds-gpio.c +++ b/drivers/leds/leds-gpio.c @@ -6,17 +6,21 @@ * Raphael Assenat * Copyright (C) 2008 Freescale Semiconductor, Inc. */ +#include +#include #include #include #include -#include #include #include #include +#include #include #include #include #include +#include + #include "leds.h" struct gpio_led_data {