2024-02-23 23:35:14

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v2 1/1] leds: expresswire: Don't use "proxy" headers

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

Signed-off-by: Andy Shevchenko <[email protected]>
---
v2: added one more missing header
drivers/leds/leds-expresswire.c | 4 ++++
include/linux/leds-expresswire.h | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/drivers/leds/leds-expresswire.c b/drivers/leds/leds-expresswire.c
index 89e147b0e019..e4937a8e0f44 100644
--- a/drivers/leds/leds-expresswire.c
+++ b/drivers/leds/leds-expresswire.c
@@ -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)
diff --git a/include/linux/leds-expresswire.h b/include/linux/leds-expresswire.h
index 3c61902ccac8..a422921f4159 100644
--- a/include/linux/leds-expresswire.h
+++ b/include/linux/leds-expresswire.h
@@ -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;
--
2.43.0.rc1.1.gbec44491f096



2024-02-24 16:12:46

by Duje Mihanović

[permalink] [raw]
Subject: Re: [PATCH v2 1/1] leds: expresswire: Don't use "proxy" headers

On 2/23/2024 9:30 PM, Andy Shevchenko wrote:
> Update header inclusions to follow IWYU (Include What You Use)
> principle.
>
> Signed-off-by: Andy Shevchenko <[email protected]>
> ---
> v2: added one more missing header
> drivers/leds/leds-expresswire.c | 4 ++++
> include/linux/leds-expresswire.h | 4 +++-
> 2 files changed, 7 insertions(+), 1 deletion(-)

Reviewed-by: Duje Mihanović <[email protected]>


2024-02-26 14:37:40

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v2 1/1] leds: expresswire: Don't use "proxy" headers

On Sat, Feb 24, 2024 at 05:02:40PM +0100, Duje Mihanović wrote:
> On 2/23/2024 9:30 PM, Andy Shevchenko wrote:
> > Update header inclusions to follow IWYU (Include What You Use)
> > principle.

> Reviewed-by: Duje Mihanović <[email protected]>

Thank you!

--
With Best Regards,
Andy Shevchenko



2024-02-29 17:22:54

by Lee Jones

[permalink] [raw]
Subject: Re: (subset) [PATCH v2 1/1] leds: expresswire: Don't use "proxy" headers

On Fri, 23 Feb 2024 22:30:00 +0200, Andy Shevchenko wrote:
> Update header inclusions to follow IWYU (Include What You Use)
> principle.
>
>

Applied, thanks!

[1/1] leds: expresswire: Don't use "proxy" headers
commit: 8471d8737e3b4915ba0802985427364cd286ca5b

--
Lee Jones [李琼斯]