commit | 1f5fb63032cee85a05f16ca5f8b3d6a2e18aa1e8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 25 10:54:45 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 27 13:51:06 2023 -0400 |
tree | e6283ed68ab8034fc45058120340bc76ada62227 | |
parent | da65c856f2f83a55efd8ed3e0e41abf5291eb1c8 [diff] |
ide: Move ide_init() entirely within ide_probe() Now that ide_probe() is the only caller of ide_init(), move all the code into the probe function, so it is easier to refactor it. Move ide_dev_desc[] into ide_probe() to, since it is the only user. Signed-off-by: Simon Glass <sjg@chromium.org>