of: remove unused extern reference to devtree_lock
authorGrant Likely <grant.likely@secretlab.ca>
Sun, 14 Feb 2010 14:13:52 +0000 (07:13 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 14 Feb 2010 14:13:52 +0000 (07:13 -0700)
Neither the powerpc nor the microblaze code use devtree_lock anymore.
Remove the extern reference.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/prom.h
arch/powerpc/kernel/prom.c

index ddc5c57eb24080298ff8854f2ebbfcb9b2719bd3..8b1ebd39971a5b84427b042de5e4a6fe5930bc80 100644 (file)
@@ -30,8 +30,6 @@ extern struct device_node *of_chosen;
 
 #define HAVE_ARCH_DEVTREE_FIXUPS
 
-extern rwlock_t devtree_lock;  /* temporary while merging */
-
 /* Other Prototypes */
 extern int early_uartlite_console(void);
 
index 5bbbdb29f6037aa1482e86e00d6dbfa82485657f..4869c937b6cf22949ef27ba965640fe84ed623fe 100644 (file)
@@ -67,8 +67,6 @@ int __initdata iommu_force_on;
 unsigned long tce_alloc_start, tce_alloc_end;
 #endif
 
-extern rwlock_t devtree_lock;  /* temporary while merging */
-
 /* export that to outside world */
 struct device_node *of_chosen;
 
This page took 0.028436 seconds and 5 git commands to generate.