aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2017-02-07 11:37:28 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2017-02-09 10:31:37 +1100
commit86f7ce4b4751aaf51ebcff6dc21e38b09894a915 (patch)
treedb44cbfa7481de9e1b6692bb7955f405f12e5f3b /arch/powerpc
parentpowerpc/opal-irqchip: Use interrupt names if present (diff)
downloadlinux-dev-86f7ce4b4751aaf51ebcff6dc21e38b09894a915.tar.xz
linux-dev-86f7ce4b4751aaf51ebcff6dc21e38b09894a915.zip
powerpc/opal-lpc: Remove unneeded include
We don't need asm/xics.h Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/platforms/powernv/opal-lpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/opal-lpc.c b/arch/powerpc/platforms/powernv/opal-lpc.c
index 399908bd9954..a91d7876fae2 100644
--- a/arch/powerpc/platforms/powernv/opal-lpc.c
+++ b/arch/powerpc/platforms/powernv/opal-lpc.c
@@ -18,7 +18,6 @@
#include <asm/machdep.h>
#include <asm/firmware.h>
-#include <asm/xics.h>
#include <asm/opal.h>
#include <asm/prom.h>
#include <linux/uaccess.h>