浏览代码

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>
Benjamin Herrenschmidt 8 年之前
父节点
当前提交
86f7ce4b47
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/powerpc/platforms/powernv/opal-lpc.c

+ 0 - 1
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>