commit | 6935893017ba61550b370e2cf6377490f09322a9 | [log] [tgz] |
---|---|---|
author | Walter Lozano <walter.lozano@collabora.com> | Thu Jul 23 00:22:04 2020 -0300 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 19:30:39 2020 -0600 |
tree | aedd6231fa6cec0d0dd3521525cab0cc060f506e | |
parent | 5fe734ce6080d5567efc9d24fc593ae207aa1b53 [diff] |
drivers: avoid using aliases on drivers when OF_PLATDATA is enabled After latest improvements on OF_PLATDATA struct names are generated based on driver name instead of compatible strings. With this in mind, using aliases in drivers are not longer needed. This patch removes code that tried to handle these kind of aliases to improve readability. Signed-off-by: Walter Lozano <walter.lozano@collabora.com> Reviewed-by: Simon Glass <sjg@chromium.org>