diff options
author | Christophe Leroy <[email protected]> | 2022-03-08 20:20:24 +0100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-05-08 22:15:04 +1000 |
commit | 86c38fec69a461846d84f250f281e8cfbe54b25a (patch) | |
tree | d6bfbc450b05f74f0036bd6a5dbcc1ef7e246b5d /arch/powerpc/mm/init_32.c | |
parent | 669df99c957561dddf580ec269fb4255c41dabc1 (diff) |
powerpc: Remove asm/prom.h from all files that don't need it
Several files include asm/prom.h for no reason.
Clean it up.
Signed-off-by: Christophe Leroy <[email protected]>
[mpe: Drop change to prom_parse.c as reported by [email protected]]
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/7c9b8fda63dcf63e1b28f43e7ebdb95182cbc286.1646767214.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/mm/init_32.c')
-rw-r--r-- | arch/powerpc/mm/init_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c index 3d690be48e84..693a3a7a9463 100644 --- a/arch/powerpc/mm/init_32.c +++ b/arch/powerpc/mm/init_32.c @@ -29,7 +29,6 @@ #include <linux/slab.h> #include <linux/hugetlb.h> -#include <asm/prom.h> #include <asm/io.h> #include <asm/mmu.h> #include <asm/smp.h> |