[POWERPC] iseries: Remove unnecessary include of iseries/hv_lp_event.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Jul 2006 08:56:56 +0000 (18:56 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Jul 2006 08:56:56 +0000 (18:56 +1000)
Also remove unnecessary reference to struct HvLpEvent.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/kernel/asm-offsets.c
include/asm-powerpc/iseries/it_lp_queue.h

index 7ee8496..ac06319 100644 (file)
@@ -40,7 +40,6 @@
 #ifdef CONFIG_PPC64
 #include <asm/paca.h>
 #include <asm/lppaca.h>
-#include <asm/iseries/hv_lp_event.h>
 #include <asm/cache.h>
 #include <asm/compat.h>
 #endif
index 284c5a7..3f68147 100644 (file)
@@ -27,8 +27,6 @@
 #include <asm/types.h>
 #include <asm/ptrace.h>
 
-struct HvLpEvent;
-
 #define IT_LP_MAX_QUEUES       8
 
 #define IT_LP_NOT_USED         0       /* Queue will not be used by PLIC */