leds: expresswire: Don't use "proxy" headers

Update header inclusions to follow IWYU (Include What You Use)
principle.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Duje Mihanović <duje.mihanovic@skole.hr>
Link: https://lore.kernel.org/r/20240223203010.881065-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
Andy Shevchenko 2024-02-23 22:30:00 +02:00 committed by Lee Jones
parent d48ece99f2
commit 7774f3d1dd
2 changed files with 7 additions and 1 deletions

View file

@ -5,8 +5,12 @@
* ktd2692 and ktd2801 are known to use this protocol.
*/
#include <linux/bits.h>
#include <linux/delay.h>
#include <linux/export.h>
#include <linux/gpio/consumer.h>
#include <linux/types.h>
#include <linux/leds-expresswire.h>
void expresswire_power_off(struct expresswire_common_props *props)

View file

@ -8,7 +8,9 @@
#ifndef _LEDS_EXPRESSWIRE_H
#define _LEDS_EXPRESSWIRE_H
#include <linux/gpio/consumer.h>
#include <linux/types.h>
struct gpio_desc;
struct expresswire_timing {
unsigned long poweroff_us;