[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-0420101c075530c65ba00b6fe7291b126fbfc5d2@git.kernel.org>
Date: Sun, 8 Nov 2009 11:57:36 GMT
From: tip-bot for Randy Dunlap <randy.dunlap@...cle.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
sfr@...b.auug.org.au, tglx@...utronix.de, rientjes@...gle.com,
randy.dunlap@...cle.com, mingo@...e.hu
Subject: [tip:x86/mm] x86: k8.h: Add struct bootnode
Commit-ID: 0420101c075530c65ba00b6fe7291b126fbfc5d2
Gitweb: http://git.kernel.org/tip/0420101c075530c65ba00b6fe7291b126fbfc5d2
Author: Randy Dunlap <randy.dunlap@...cle.com>
AuthorDate: Wed, 28 Oct 2009 16:09:55 -0700
Committer: Ingo Molnar <mingo@...e.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@...cle.com>
Acked-by: David Rientjes <rientjes@...gle.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>
LKML-Reference: <20091028160955.d27ccb16.randy.dunlap@...cle.com>
Signed-off-by: Ingo Molnar <mingo@...e.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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists