diff options
Diffstat (limited to 'include/linux/of_device.h')
-rw-r--r-- | include/linux/of_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of_device.h b/include/linux/of_device.h index da83e734c026..238e92e007e6 100644 --- a/include/linux/of_device.h +++ b/include/linux/of_device.h | |||
@@ -42,7 +42,7 @@ static inline void of_device_free(struct of_device *dev) | |||
42 | of_release_dev(&dev->dev); | 42 | of_release_dev(&dev->dev); |
43 | } | 43 | } |
44 | 44 | ||
45 | extern ssize_t of_device_get_modalias(struct of_device *ofdev, | 45 | extern ssize_t of_device_get_modalias(struct device *dev, |
46 | char *str, ssize_t len); | 46 | char *str, ssize_t len); |
47 | 47 | ||
48 | extern int of_device_uevent(struct device *dev, struct kobj_uevent_env *env); | 48 | extern int of_device_uevent(struct device *dev, struct kobj_uevent_env *env); |