commit | e3107d159c180698bd45511afb76e9ab8f9957fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:28 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:11 2019 -0500 |
tree | 48b41d2d695050e9f3400d377df947edca95e032 | |
parent | 036a017f79f6c485605c555b3a8733debb72d995 [diff] |
arm: pxa: Drop pxa_wait_ticks() This function has a similar name to the common wait_ticks(). It is only used in one place and seems small enough to drop. Inline it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>