commit | 5c77ebcd05acf3789949c8a387df72381d949ca2 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Mon Oct 09 16:13:40 2023 -0500 |
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | Wed Oct 11 11:38:20 2023 -0600 |
tree | 3abeff0768b98797fe030ad13c97fee5ab2ae18a | |
parent | 6013727fc33d9361fb01cb4d072134d3d37a1c1a [diff] |
remoteproc: st: Use device_get_match_data() Use preferred device_get_match_data() instead of of_match_device() to get the driver match data. With this, adjust the includes to explicitly include the correct headers. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Link: https://lore.kernel.org/r/20231009211356.3242037-10-robh@kernel.org Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>