Skip to content

Commit

Permalink
[POWERPC] iseries: Remove unnecessary include of iseries/hv_lp_event.h
Browse files Browse the repository at this point in the history
Also remove unnecessary reference to struct HvLpEvent.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Stephen Rothwell committed Jul 13, 2006
1 parent 380ed24 commit 54f5cd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/powerpc/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions include/asm-powerpc/iseries/it_lp_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 54f5cd8

Please sign in to comment.