aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sparc/kernel/prom.h
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2010-02-14 14:13:57 -0700
committerGrant Likely <grant.likely@secretlab.ca>2010-02-14 13:02:44 -0700
commit0d351c3e932c2e155ef5e4c3f5b87223abd4eea6 (patch)
treea1ca21dd26dbe86a131c879f6401686eb4de41b1 /arch/sparc/kernel/prom.h
parentof: move definition of of_chosen into common code. (diff)
downloadwireguard-linux-0d351c3e932c2e155ef5e4c3f5b87223abd4eea6.tar.xz
wireguard-linux-0d351c3e932c2e155ef5e4c3f5b87223abd4eea6.zip
of/sparc: Remove sparc-local declaration of allnodes and devtree_lock
Both allnodes and devtree_lock are defined in common code. The extern declaration should be in the common header too so that the compiler can type check. allnodes is already in of.h, but devtree_lock should be declared there too. This patch removes the SPARC declarations and uses decls in of.h instead. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Michal Simek <monstr@monstr.eu> Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/prom.h')
-rw-r--r--arch/sparc/kernel/prom.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/kernel/prom.h b/arch/sparc/kernel/prom.h
index 453397fe5e14..a8591ef2636d 100644
--- a/arch/sparc/kernel/prom.h
+++ b/arch/sparc/kernel/prom.h
@@ -4,9 +4,6 @@
#include <linux/spinlock.h>
#include <asm/prom.h>
-extern struct device_node *allnodes; /* temporary while merging */
-extern rwlock_t devtree_lock; /* temporary while merging */
-
extern void * prom_early_alloc(unsigned long size);
extern void irq_trans_init(struct device_node *dp);