diff options
author | Brian Gerst <brgerst@gmail.com> | 2009-01-18 19:52:25 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-01-19 22:29:20 -0500 |
commit | 0d974d4592708f85044751817da4b7016e1b0602 (patch) | |
tree | befe4e98f3e36b7ffe8637693e202a283262ad5d /arch/x86/kernel/process_64.c | |
parent | 947e76cdc34c782fc947313d4331380686eebbad (diff) |
x86: remove pda.h
Impact: cleanup
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-rw-r--r-- | arch/x86/kernel/process_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index 088bc9a0f82c..c422eebb0c58 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c | |||
@@ -47,7 +47,6 @@ | |||
47 | #include <asm/processor.h> | 47 | #include <asm/processor.h> |
48 | #include <asm/i387.h> | 48 | #include <asm/i387.h> |
49 | #include <asm/mmu_context.h> | 49 | #include <asm/mmu_context.h> |
50 | #include <asm/pda.h> | ||
51 | #include <asm/prctl.h> | 50 | #include <asm/prctl.h> |
52 | #include <asm/desc.h> | 51 | #include <asm/desc.h> |
53 | #include <asm/proto.h> | 52 | #include <asm/proto.h> |