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-Tag: v6.1-rc5~1274^2~193^2~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3223e922ccf8b5c3dd0b05faeaba407655ee0774;p=platform%2Fkernel%2Flinux-starfive.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 77e6c53..a890bfa 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"