[POWERPC] iseries: Remove unnecessary include of iseries/hv_lp_event.h

Also remove unnecessary reference to struct HvLpEvent.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
This commit is contained in:
Stephen Rothwell 2006-07-13 18:56:56 +10:00
Родитель 380ed24b1b
Коммит 54f5cd8afa
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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 */