diff options
author | Brian Gerst <brgerst@gmail.com> | 2009-01-19 03:52:25 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-01-20 06:29:20 +0300 |
commit | 0d974d4592708f85044751817da4b7016e1b0602 (patch) | |
tree | befe4e98f3e36b7ffe8637693e202a283262ad5d /arch/x86/include/asm/smp.h | |
parent | 947e76cdc34c782fc947313d4331380686eebbad (diff) | |
download | linux-0d974d4592708f85044751817da4b7016e1b0602.tar.xz |
x86: remove pda.h
Impact: cleanup
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/smp.h')
-rw-r--r-- | arch/x86/include/asm/smp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h index 68636e767a91..45ef8a1b9d7c 100644 --- a/arch/x86/include/asm/smp.h +++ b/arch/x86/include/asm/smp.h @@ -15,7 +15,6 @@ # include <asm/io_apic.h> # endif #endif -#include <asm/pda.h> #include <asm/thread_info.h> #include <asm/cpumask.h> |