Signed-off-by: Philipp Zabel <p.za...@pengutronix.de>
---
 include/linux/reset.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/reset.h b/include/linux/reset.h
index 6082247..9b32334 100644
--- a/include/linux/reset.h
+++ b/include/linux/reset.h
@@ -11,6 +11,7 @@ int reset_control_deassert(struct reset_control *rstc);
 struct reset_control *reset_control_get(struct device *dev, const char *id);
 void reset_control_put(struct reset_control *rstc);
 struct reset_control *devm_reset_control_get(struct device *dev, const char 
*id);
+void devm_reset_control_put(struct reset_control *rstc);
 
 int device_reset(struct device *dev);
 
-- 
1.8.5.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to