From: tip-bot for Randy Dunlap <randy.dunlap@oracle.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
sfr@canb.auug.org.au, tglx@linutronix.de, rientjes@google.com,
randy.dunlap@oracle.com, mingo@elte.hu
Subject: [tip:x86/mm] x86: k8.h: Add struct bootnode
Date: Sun, 8 Nov 2009 11:57:36 GMT [thread overview]
Message-ID: <tip-0420101c075530c65ba00b6fe7291b126fbfc5d2@git.kernel.org> (raw)
In-Reply-To: <20091028160955.d27ccb16.randy.dunlap@oracle.com>
Commit-ID: 0420101c075530c65ba00b6fe7291b126fbfc5d2
Gitweb: http://git.kernel.org/tip/0420101c075530c65ba00b6fe7291b126fbfc5d2
Author: Randy Dunlap <randy.dunlap@oracle.com>
AuthorDate: Wed, 28 Oct 2009 16:09:55 -0700
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Sun, 8 Nov 2009 12:55:38 +0100
x86: k8.h: Add struct bootnode
k8.h uses struct bootnode but does not #include a header file
for it, so provide a simple declaration for it.
arch/x86/include/asm/k8.h:13: warning: 'struct bootnode'
declared inside parameter list arch/x86/include/asm/k8.h:13:
warning: its scope is only this definition or declaration, which is probably not what you want
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
LKML-Reference: <20091028160955.d27ccb16.randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
arch/x86/include/asm/k8.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/include/asm/k8.h b/arch/x86/include/asm/k8.h
index c092f72..f70e600 100644
--- a/arch/x86/include/asm/k8.h
+++ b/arch/x86/include/asm/k8.h
@@ -4,6 +4,7 @@
#include <linux/pci.h>
extern struct pci_device_id k8_nb_ids[];
+struct bootnode;
extern int early_is_k8_nb(u32 value);
extern struct pci_dev **k8_northbridges;
prev parent reply other threads:[~2009-11-08 11:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-28 8:06 linux-next: Tree for October 28 Stephen Rothwell
2009-10-28 17:49 ` [PATCH -next] tpm: fix header for modular build Randy Dunlap
2009-10-28 23:08 ` [PATCH -next] wireless: airo_cs needs WEXT_SPY Randy Dunlap
2009-10-28 23:09 ` [PATCH -next] k8.h: add struct bootnode Randy Dunlap
2009-10-29 9:31 ` David Rientjes
2009-11-08 11:57 ` tip-bot for Randy Dunlap [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=tip-0420101c075530c65ba00b6fe7291b126fbfc5d2@git.kernel.org \
--to=randy.dunlap@oracle.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mingo@redhat.com \
--cc=rientjes@google.com \
--cc=sfr@canb.auug.org.au \
--cc=tglx@linutronix.de \
/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