]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/of/of_private.h
rbd: cancel lock_dwork if the wait is interrupted
[linux.git] / drivers / of / of_private.h
index 5d15670253587180bce380e3e1b1b72588626d6b..24786818e32e5f030b6846dd8898f3df6de2c391 100644 (file)
@@ -84,6 +84,10 @@ static inline void __of_detach_node_sysfs(struct device_node *np) {}
 int of_resolve_phandles(struct device_node *tree);
 #endif
 
+#if defined(CONFIG_OF_DYNAMIC)
+void __of_free_phandle_cache_entry(phandle handle);
+#endif
+
 #if defined(CONFIG_OF_OVERLAY)
 void of_overlay_mutex_lock(void);
 void of_overlay_mutex_unlock(void);