Driver core: remove subsys_put()
[pandora-kernel.git] / include / linux / kobject.h
index ee61ef2..45effed 100644 (file)
@@ -238,11 +238,6 @@ static inline struct kset *subsys_get(struct kset *s)
        return NULL;
 }
 
-static inline void subsys_put(struct kset *s)
-{
-       kset_put(s);
-}
-
 struct subsys_attribute {
        struct attribute attr;
        ssize_t (*show)(struct kset *, char *);