diff options
author | Grant Likely | 2010-02-14 15:13:52 +0100 |
---|---|---|
committer | Grant Likely | 2010-02-14 15:13:52 +0100 |
commit | 22d5579e66101162fd1119f2e7f4f999ca8b48c7 (patch) | |
tree | ce9d3db64c67ec777c8415443fb39234953e1d5d /arch/microblaze/include/asm/prom.h | |
parent | of: put default string compare and #a/s-cell values into common header (diff) | |
download | kernel-qcow2-linux-22d5579e66101162fd1119f2e7f4f999ca8b48c7.tar.gz kernel-qcow2-linux-22d5579e66101162fd1119f2e7f4f999ca8b48c7.tar.xz kernel-qcow2-linux-22d5579e66101162fd1119f2e7f4f999ca8b48c7.zip |
of: remove unused extern reference to devtree_lock
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>
Diffstat (limited to 'arch/microblaze/include/asm/prom.h')
-rw-r--r-- | arch/microblaze/include/asm/prom.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h index ddc5c57eb240..8b1ebd39971a 100644 --- a/arch/microblaze/include/asm/prom.h +++ b/arch/microblaze/include/asm/prom.h @@ -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); |