commit | 4f9c7a9f547785dc6028e3d737ab7c53e7851b17 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Sep 21 19:32:48 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 09 15:24:31 2023 -0400 |
tree | 9832caab67705f63f41e1520bdad76ddf528d399 | |
parent | db7516b635692d2d4ab9ce0fefa13a637fb4698e [diff] |
exynos: Cleanup exynos_init - None of the callers perform error checking and based on the non-empty versions of this function, there's no checking to be done, so make this a void. - Add a default weak version of the function. - Remove the empty versions of exynos_init now that we have a weak version. Signed-off-by: Tom Rini <trini@konsulko.com>