]> git.dujemihanovic.xyz Git - u-boot.git/commit
pinctrl: Drop post_bind() method when not needed
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:13 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
commitc8fbf3089b2771d803b789c50f10c98e91d477a6
treea2a609fe3010f65123a58b6c28e88c0b70d0b5f1
parentfb8c9fb3fa422314d53516ba30f280be1e7216f9
pinctrl: Drop post_bind() method when not needed

This is not used with of-platdata, so remove it in that case.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/pinctrl/pinctrl-uclass.c