aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-03-21 14:35:34 +0100
committerSteven Rostedt <rostedt@rostedt.homelinux.com>2013-05-20 13:45:31 -0400
commit6246096a81b5bde359a5f717d3a52f30bcd93b04 (patch)
treeb6188d0567096fc3826445436a9c456bed506c59 /include
parent3b16d428664b32ec78cd4ee20e547b6ce1a8aa58 (diff)
of-convert-devtree-lock.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/of.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of.h b/include/linux/of.h
index 9bf9611878ab..42e5fb01b9fd 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -71,7 +71,7 @@ struct device_node {
extern struct device_node *allnodes;
extern struct device_node *of_chosen;
extern struct device_node *of_aliases;
-extern rwlock_t devtree_lock;
+extern raw_spinlock_t devtree_lock;
static inline bool of_have_populated_dt(void)
{