Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[deliverable/linux.git] / include / linux / reset.h
index a552134a209e5ab2ac7c17b6ee378b06caffac48..ec0306ce7b92ab6f0e4bb420347ca9301b1355e3 100644 (file)
@@ -56,6 +56,12 @@ static inline void reset_control_put(struct reset_control *rstc)
        WARN_ON(1);
 }
 
+static inline int __must_check device_reset(struct device *dev)
+{
+       WARN_ON(1);
+       return -ENOTSUPP;
+}
+
 static inline int device_reset_optional(struct device *dev)
 {
        return -ENOTSUPP;
This page took 0.025098 seconds and 5 git commands to generate.