commit | 75013fa7240bb11ddca6d93dd96295daf3b769c1 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Jan 18 13:12:23 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 27 12:51:26 2023 -0500 |
tree | 636b7e909caae7d4269d9c99549ec998590ad3bd | |
parent | 72b8c6d1ebfd40a6ee6be0345ff7abb30c9f9e3d [diff] |
pinctrl: get rid of some ifdeffery Don't define an empty version for pinconfig_post_bind(). Just guard the call and let the linker garbage collection do the rest. This way, we also don't have to do any guesswork. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Marek Vasut <marex@denx.de>