diff options
| author | Sascha Hauer <s.hauer@pengutronix.de> | 2023-03-22 11:48:28 +0100 |
|---|---|---|
| committer | Sascha Hauer <s.hauer@pengutronix.de> | 2023-03-22 11:48:28 +0100 |
| commit | 8a7d2be46eb8e2ef7761fc2c873f8e8e74a92816 (patch) | |
| tree | f0a6f3427d80d862bb66ecb3d6da3946f62bd334 /include | |
| parent | 86fbc2d118ecca6c003fb6919d14228aa0717b34 (diff) | |
| download | barebox-8a7d2be46eb8e2ef7761fc2c873f8e8e74a92816.tar.gz | |
Revert "of: support of_ensure_probed for top-level machine device"
This reverts commit 2b46c9df976cb8f7ef1b383a1cad3cc134547256.
Diffstat (limited to 'include')
| -rw-r--r-- | include/of.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/of.h b/include/of.h index 0c5c2c0205..3fb6ecec8d 100644 --- a/include/of.h +++ b/include/of.h @@ -298,7 +298,6 @@ extern void of_platform_device_dummy_drv(struct device *dev); extern int of_platform_populate(struct device_node *root, const struct of_device_id *matches, struct device *parent); -extern struct device *of_platform_device_create_root(struct device_node *np); extern struct device *of_find_device_by_node(struct device_node *np); extern struct device *of_device_enable_and_register(struct device_node *np); extern struct device *of_device_enable_and_register_by_name(const char *name); |
