summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRusty Russell2006-09-26 08:32:32 +0200
committerLinus Torvalds2006-09-26 17:48:56 +0200
commit27d26666fc495166036f4ee2208df25ae7f89ab8 (patch)
treeada276d4b65246e291c2ea8f031da51f1d213ac0
parent[PATCH] x86: trivial move of ptep_set_access_flags (diff)
downloadkernel-qcow2-linux-27d26666fc495166036f4ee2208df25ae7f89ab8.tar.gz
kernel-qcow2-linux-27d26666fc495166036f4ee2208df25ae7f89ab8.tar.xz
kernel-qcow2-linux-27d26666fc495166036f4ee2208df25ae7f89ab8.zip
[PATCH] x86: remove unused include from efi_stub.S
Remove unnecessary include from efi_stub.S Signed-off-by: Zachary Amsden <zach@vmware.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--arch/i386/kernel/efi_stub.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/kernel/efi_stub.S b/arch/i386/kernel/efi_stub.S
index d3ee73a3eee3..ef00bb77d7e4 100644
--- a/arch/i386/kernel/efi_stub.S
+++ b/arch/i386/kernel/efi_stub.S
@@ -7,7 +7,6 @@
#include <linux/linkage.h>
#include <asm/page.h>
-#include <asm/pgtable.h>
/*
* efi_call_phys(void *, ...) is a function with variable parameters.