commit | a18a66965135555a467737976922637de4469b86 | [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 | 77f80e6569a33b0b46058d8293ceedaaa55f2f88 [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>