diff options
Diffstat (limited to 'include/linux/of_platform.h')
-rw-r--r-- | include/linux/of_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/of_platform.h b/include/linux/of_platform.h index dc8224ae28d5..e0d1946270f3 100644 --- a/include/linux/of_platform.h +++ b/include/linux/of_platform.h | |||
@@ -64,6 +64,7 @@ extern struct platform_device *of_platform_device_create(struct device_node *np, | |||
64 | const char *bus_id, | 64 | const char *bus_id, |
65 | struct device *parent); | 65 | struct device *parent); |
66 | 66 | ||
67 | extern int of_platform_device_destroy(struct device *dev, void *data); | ||
67 | extern int of_platform_bus_probe(struct device_node *root, | 68 | extern int of_platform_bus_probe(struct device_node *root, |
68 | const struct of_device_id *matches, | 69 | const struct of_device_id *matches, |
69 | struct device *parent); | 70 | struct device *parent); |