diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-06-28 11:49:10 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-28 15:18:55 +1000 |
commit | 612f02d6d6eadd9c5dde5a5b97b55a3a620d28e5 (patch) | |
tree | 8f6b7474dc4761271459f09d8760fd6d21f2ca73 /arch/powerpc/kernel/paca.c | |
parent | d0b79c54fc14f1f2db64180a21b84146028c598b (diff) |
[POWERPC] Clean up it_lp_queue.h
No more StudlyCaps.
Remove from a couple of places it is no longer needed.
Use C style comments.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/paca.c')
-rw-r--r-- | arch/powerpc/kernel/paca.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/paca.c b/arch/powerpc/kernel/paca.c index f505a8827e3..a0bb354c1c0 100644 --- a/arch/powerpc/kernel/paca.c +++ b/arch/powerpc/kernel/paca.c @@ -16,7 +16,6 @@ #include <asm/ptrace.h> #include <asm/page.h> #include <asm/lppaca.h> -#include <asm/iseries/it_lp_queue.h> #include <asm/iseries/it_lp_reg_save.h> #include <asm/paca.h> |