diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2010-05-24 12:13:19 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-05-24 13:33:31 -0700 |
commit | 48691ff86d91db1090551ec2a5ae0d80ef59105f (patch) | |
tree | 6e7e9494867462dc403ea9999c035c8b291720c6 /arch | |
parent | 3d6e77a3ddb8e4156b89f4273ff8c7d37abaf781 (diff) | |
download | linux-stable-48691ff86d91db1090551ec2a5ae0d80ef59105f.tar.gz linux-stable-48691ff86d91db1090551ec2a5ae0d80ef59105f.tar.bz2 linux-stable-48691ff86d91db1090551ec2a5ae0d80ef59105f.zip |
x86: remove last traces of quicklist usage
We still have a stray quicklist header included even though we axed
quicklist usage quite a while back.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <201005241913.o4OJDJe9010881@imap1.linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/mm/pgtable_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mm/pgtable_32.c b/arch/x86/mm/pgtable_32.c index 792854003ed3..cac718499256 100644 --- a/arch/x86/mm/pgtable_32.c +++ b/arch/x86/mm/pgtable_32.c @@ -9,7 +9,6 @@ #include <linux/pagemap.h> #include <linux/spinlock.h> #include <linux/module.h> -#include <linux/quicklist.h> #include <asm/system.h> #include <asm/pgtable.h> |