Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <christophe.leroy@csgroup.eu>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/4e3bfd4ffe2ed6b713ddd99b69dcc3d96adffe34.1648833427.git.christophe.leroy@csgroup.eu

authored by

Christophe Leroy and committed by
Kalle Valo
3223e922 e8366bba

+1
+1
drivers/net/wireless/intersil/orinoco/airport.c
··· 18 18 #include <linux/kernel.h> 19 19 #include <linux/init.h> 20 20 #include <linux/delay.h> 21 + #include <linux/of_device.h> 21 22 #include <asm/pmac_feature.h> 22 23 23 24 #include "orinoco.h"