From: Christophe Leroy Date: Sat, 2 Apr 2022 10:10:37 +0000 (+0200) Subject: orinoco: Prepare cleanup of powerpc's asm/prom.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3223e922ccf8b5c3dd0b05faeaba407655ee0774;p=linux.git orinoco: Prepare cleanup of powerpc's asm/prom.h 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 Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/4e3bfd4ffe2ed6b713ddd99b69dcc3d96adffe34.1648833427.git.christophe.leroy@csgroup.eu --- diff --git a/drivers/net/wireless/intersil/orinoco/airport.c b/drivers/net/wireless/intersil/orinoco/airport.c index 77e6c53040a35..a890bfa0d5cc4 100644 --- a/drivers/net/wireless/intersil/orinoco/airport.c +++ b/drivers/net/wireless/intersil/orinoco/airport.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include "orinoco.h"