Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux-2.6-microblaze.git] / include / linux / reset.h
index 46e6372..db0e611 100644 (file)
@@ -76,6 +76,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;