commit | d08502f245f985df54be57eaac13c72907b0a3a7 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sun Feb 10 20:15:11 2019 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Apr 23 16:02:15 2019 +0200 |
tree | a7a7e7d8af9ad1bac2dce4de05a7431358394b42 | |
parent | 0b458d7b10f83eb34b84957e6cf47cee2a97bc49 [diff] |
soc: ixp4xx: Uninline several functions These inline functions immediately exploit the static ioremaps for the queue manager memory region. This does not work with multiplatform where everything need to be dynamically remapped, so get rid of these inlines and create new exports for those used by other drivers. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>