reset: add missing empty function reset_control_rearm()
[linux-2.6-microblaze.git] / include / linux / reset.h
index b9109ef..9700124 100644 (file)
@@ -47,6 +47,11 @@ static inline int reset_control_reset(struct reset_control *rstc)
        return 0;
 }
 
+static inline int reset_control_rearm(struct reset_control *rstc)
+{
+       return 0;
+}
+
 static inline int reset_control_assert(struct reset_control *rstc)
 {
        return 0;