Skip to content

Commit 14554d9

Browse files
chleroympe
authored andcommitted
powerpc/xics: Include missing header
Include of_adresses.h to get of_iomap() prototype. Fixes: 86c38fe ("powerpc: Remove asm/prom.h from all files that don't need it") Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/f20a14be1a29fa0a9ebcfc5ebf05eb69c5120d10.1653370502.git.christophe.leroy@csgroup.eu
1 parent a5d2803 commit 14554d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/powerpc/sysdev/xics/ics-native.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <linux/init.h>
1616
#include <linux/cpu.h>
1717
#include <linux/of.h>
18+
#include <linux/of_address.h>
1819
#include <linux/spinlock.h>
1920
#include <linux/msi.h>
2021
#include <linux/list.h>

0 commit comments

Comments
 (0)