commit | ae7fd1646887a91f2c27b76502c83d8e91ee0617 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Sep 21 12:26:09 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 21 12:26:09 2023 -0400 |
tree | 45faef62696e32ee51e970b891278e57a9f4040e | |
parent | 3f09b9fffe8e43e3e632ed22b3bdb1c66fe85b4d [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>