Skip to content

Commit

Permalink
[PATCH] x86: remove unused include from efi_stub.S
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rusty Russell authored and Linus Torvalds committed Sep 26, 2006
1 parent 2965a0e commit 27d2666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/i386/kernel/efi_stub.S
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 27d2666

Please sign in to comment.