]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/opal-lpc: Remove unneeded include
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 7 Feb 2017 00:37:28 +0000 (11:37 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 8 Feb 2017 23:31:37 +0000 (10:31 +1100)
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>
arch/powerpc/platforms/powernv/opal-lpc.c

index 399908bd9954867bbe3ca8e5d2430c68464c7266..a91d7876fae227bcf0c68461ad60546f5d56112e 100644 (file)
@@ -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>