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/cpu | |
parent | 947e76cdc34c782fc947313d4331380686eebbad (diff) |
x86: remove pda.h
Impact: cleanup
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Diffstat (limited to 'arch/x86/kernel/cpu')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 098934e72a16..3887fcf6e519 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include <asm/genapic.h> | 30 | #include <asm/genapic.h> |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | #include <asm/pda.h> | ||
34 | #include <asm/pgtable.h> | 33 | #include <asm/pgtable.h> |
35 | #include <asm/processor.h> | 34 | #include <asm/processor.h> |
36 | #include <asm/desc.h> | 35 | #include <asm/desc.h> |