projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2965a0e
)
[PATCH] x86: remove unused include from efi_stub.S
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 26 Sep 2006 06:32:32 +0000
(23:32 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:56 +0000
(08:48 -0700)
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>
arch/i386/kernel/efi_stub.S
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/efi_stub.S
b/arch/i386/kernel/efi_stub.S
index d3ee73a3eee352456484754fcf926899e92b11f9..ef00bb77d7e480d058ce21e2b66a20be730c7896 100644
(file)
--- 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.