mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Linus Torvalds <torvalds@osdl.org>
Cc: lkml - Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Andi Kleen <ak@muc.de>
Subject: [PATCH 4/4] Remove unused include from efi_stub.S
Date: Thu, 03 Aug 2006 17:44:55 +1000	[thread overview]
Message-ID: <1154591096.11423.58.camel@localhost.localdomain> (raw)
In-Reply-To: <1154591038.11423.56.camel@localhost.localdomain>

Remove unnecessary include from efi_stub.S

Signed-off-by: Zachary Amsden <zach@vmware.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal working-2.6.18-rc2-mm1-zach-3/arch/i386/kernel/efi_stub.S working-2.6.18-rc2-mm1-zach-4/arch/i386/kernel/efi_stub.S
--- working-2.6.18-rc2-mm1-zach-3/arch/i386/kernel/efi_stub.S	2006-07-21 20:27:02.000000000 +1000
+++ working-2.6.18-rc2-mm1-zach-4/arch/i386/kernel/efi_stub.S	2006-08-03 17:30:34.000000000 +1000
@@ -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.

-- 
Help! Save Australia from the worst of the DMCA: http://linux.org.au/law


      reply	other threads:[~2006-08-03  7:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-03  7:41 [PATCH 1/4] Trivial pgtable.h __ASSEMBLY__ move Rusty Russell
2006-08-03  7:43 ` [PATCH 2/4] Trivial move of __HAVE macros in i386 pagetable headers Rusty Russell
2006-08-03  7:43   ` [PATCH 3/4] Trivial move of ptep_set_access_flags Rusty Russell
2006-08-03  7:44     ` Rusty Russell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1154591096.11423.58.camel@localhost.localdomain \
    --to=rusty@rustcorp.com.au \
    --cc=ak@muc.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome