aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/of_device.h')
-rw-r--r--include/linux/of_device.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/of_device.h b/include/linux/of_device.h
index a3ae5900fc58..da83e734c026 100644
--- a/include/linux/of_device.h
+++ b/include/linux/of_device.h
@@ -44,6 +44,10 @@ static inline void of_device_free(struct of_device *dev)
44 44
45extern ssize_t of_device_get_modalias(struct of_device *ofdev, 45extern ssize_t of_device_get_modalias(struct of_device *ofdev,
46 char *str, ssize_t len); 46 char *str, ssize_t len);
47
48extern int of_device_uevent(struct device *dev, struct kobj_uevent_env *env);
49
50
47#endif /* CONFIG_OF_DEVICE */ 51#endif /* CONFIG_OF_DEVICE */
48 52
49#endif /* _LINUX_OF_DEVICE_H */ 53#endif /* _LINUX_OF_DEVICE_H */