aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/windfarm_core.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2022-04-01 19:15:53 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2022-05-11 23:06:39 +1000
commita486e512d1f3fb93b0406ab125f35777d22b47ba (patch)
treeee64e943f4e56b2bf7ea1dde7131b7438cddd2b8 /drivers/macintosh/windfarm_core.c
parentpowerpc/code-patching: Use jump_label to check if poking_init() is done (diff)
downloadlinux-dev-a486e512d1f3fb93b0406ab125f35777d22b47ba.tar.xz
linux-dev-a486e512d1f3fb93b0406ab125f35777d22b47ba.zip
macintosh: 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: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/04961364547fe4556e30cb302b0e20a939b83426.1648833027.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'drivers/macintosh/windfarm_core.c')
-rw-r--r--drivers/macintosh/windfarm_core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/macintosh/windfarm_core.c b/drivers/macintosh/windfarm_core.c
index 07f91ec1f960..5307b1e34261 100644
--- a/drivers/macintosh/windfarm_core.c
+++ b/drivers/macintosh/windfarm_core.c
@@ -35,8 +35,6 @@
#include <linux/mutex.h>
#include <linux/freezer.h>
-#include <asm/prom.h>
-
#include "windfarm.h"
#define VERSION "0.2"