mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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:
parent
d48ece99f2
commit
7774f3d1dd
@ -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)
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user