diff mbox series

[net-next] orinoco: Prepare cleanup of powerpc's asm/prom.h

Message ID 4e3bfd4ffe2ed6b713ddd99b69dcc3d96adffe34.1648833427.git.christophe.leroy@csgroup.eu (mailing list archive)
State Accepted
Commit 3223e922ccf8b5c3dd0b05faeaba407655ee0774
Delegated to: Kalle Valo
Headers show
Series [net-next] orinoco: Prepare cleanup of powerpc's asm/prom.h | expand

Commit Message

Christophe Leroy April 2, 2022, 10:10 a.m. UTC
powerpc's asm/prom.h brings some headers that it doesn't
need itself.

In order to clean it up, first add missing headers in
users of asm/prom.h

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
---
 drivers/net/wireless/intersil/orinoco/airport.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Kalle Valo April 2, 2022, 10:15 a.m. UTC | #1
Christophe Leroy <christophe.leroy@csgroup.eu> writes:

> powerpc's asm/prom.h brings some headers that it doesn't
> need itself.
>
> In order to clean it up, first add missing headers in
> users of asm/prom.h
>
> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
> ---
>  drivers/net/wireless/intersil/orinoco/airport.c | 1 +
>  1 file changed, 1 insertion(+)

orinoco patches are applied to wireless-next, not net-next.
Kalle Valo April 6, 2022, 12:16 p.m. UTC | #2
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:

> powerpc's asm/prom.h brings some headers that it doesn't
> need itself.
> 
> In order to clean it up, first add missing headers in
> users of asm/prom.h
> 
> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>

Patch applied to wireless-next.git, thanks.

3223e922ccf8 orinoco: Prepare cleanup of powerpc's asm/prom.h
diff mbox series

Patch

diff --git a/drivers/net/wireless/intersil/orinoco/airport.c b/drivers/net/wireless/intersil/orinoco/airport.c
index 77e6c53040a3..a890bfa0d5cc 100644
--- a/drivers/net/wireless/intersil/orinoco/airport.c
+++ b/drivers/net/wireless/intersil/orinoco/airport.c
@@ -18,6 +18,7 @@ 
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/delay.h>
+#include <linux/of_device.h>
 #include <asm/pmac_feature.h>
 
 #include "orinoco.h"