From: Matt_Domsch@Dell.com
To: linux-ia64@vger.kernel.org
Subject: RE: [Linux-ia64] move asm-ia64/efi.h to linux/efi.h ?
Date: Wed, 14 Aug 2002 20:33:08 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590701905940@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590701905936@msgid-missing>
> David, please download and apply
> http://domsch.com/linux/patches/ia64/linux-2.5-efihmove.cset
> a BK patch against Linus' current BK tree, which also applies cleanly
> against your 2.5.30 test patch posted two days ago. This moves all
> instances of #include <asm{"",-ia64}/efi.h> to <linux/efi.h>.
And, please apply
http://domsch.com/linux/patches/ia64/linux-2.5-efihmove2.cset
which changes the #ifdef _ASM_IA64_EFI_H to _LINUX_EFI_H test.
efi.h | 6 +++---
1 files changed, 3 insertions, 3 deletions
diff -Nru a/include/linux/efi.h b/include/linux/efi.h
--- a/include/linux/efi.h Wed Aug 14 15:30:48 2002
+++ b/include/linux/efi.h Wed Aug 14 15:30:48 2002
@@ -1,5 +1,5 @@
-#ifndef _ASM_IA64_EFI_H
-#define _ASM_IA64_EFI_H
+#ifndef _LINUX_EFI_H
+#define _LINUX_EFI_H
/*
* Extensible Firmware Interface
@@ -281,4 +281,4 @@
extern struct proc_dir_entry *efi_dir;
#endif
-#endif /* _ASM_IA64_EFI_H */
+#endif /* _LINUX_EFI_H */
Thanks,
Matt
--
Matt Domsch
Sr. Software Engineer, Lead Engineer, Architect
Dell Linux Solutions www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
#1 US Linux Server provider for 2001 and Q1/2002! (IDC May 2002)
next prev parent reply other threads:[~2002-08-14 20:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-13 22:38 [Linux-ia64] move asm-ia64/efi.h to linux/efi.h ? Matt_Domsch
2002-08-13 22:51 ` David Mosberger
2002-08-14 19:42 ` Matt_Domsch
2002-08-14 20:33 ` Matt_Domsch [this message]
2002-08-15 16:55 ` Matt_Domsch
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=marc-linux-ia64-105590701905940@msgid-missing \
--to=matt_domsch@dell.com \
--cc=linux-ia64@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.