Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-block.git] / include / linux / of_device.h
index 33f0ca348a62aab349503ebcffa9c8ada2914bfa..2c7a3d4bc775b95f7092a181a75a2d6152e5a96d 100644 (file)
@@ -27,7 +27,6 @@ static inline int of_driver_match_device(struct device *dev,
 }
 
 extern ssize_t of_device_modalias(struct device *dev, char *str, ssize_t len);
-extern int of_device_request_module(struct device *dev);
 
 extern void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env);
 extern int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env);
@@ -58,11 +57,6 @@ static inline int of_device_modalias(struct device *dev,
        return -ENODEV;
 }
 
-static inline int of_device_request_module(struct device *dev)
-{
-       return -ENODEV;
-}
-
 static inline int of_device_uevent_modalias(const struct device *dev,
                                   struct kobj_uevent_env *env)
 {