diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-22 02:15:40 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-22 03:46:28 +0200 |
commit | 4a5304f5ba04eff979cd108309eae7a00f3fff77 (patch) | |
tree | 3dcf4bf1a32d1d456dd43b33bd7cac686de7dd1a /include/asm-ppc64/paca.h | |
parent | [PATCH] ppc64 iSeries: cleanup ItLpQueue.h (diff) | |
download | linux-4a5304f5ba04eff979cd108309eae7a00f3fff77.tar.xz linux-4a5304f5ba04eff979cd108309eae7a00f3fff77.zip |
[PATCH] ppc64 iSeries: tidy up some includes and HvCall.h
This patch removes some unused bits from HvCall.h and some unneeded #includes
from other files. Also includes ItLpQueue.h in paca.h in preference to a stub
declaration of struct ItLpQueue.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r-- | include/asm-ppc64/paca.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/paca.h b/include/asm-ppc64/paca.h index 1a0223b5f3b8..ae76cae1483f 100644 --- a/include/asm-ppc64/paca.h +++ b/include/asm-ppc64/paca.h @@ -20,13 +20,13 @@ #include <asm/types.h> #include <asm/lppaca.h> #include <asm/iSeries/ItLpRegSave.h> +#include <asm/iSeries/ItLpQueue.h> #include <asm/mmu.h> register struct paca_struct *local_paca asm("r13"); #define get_paca() local_paca struct task_struct; -struct ItLpQueue; /* * Defines the layout of the paca. |