commit | c199a060fa148907641333e28e61622b69795c87 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Wed Jan 16 02:39:22 2013 +0000 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Tue Jan 22 20:52:08 2013 +0100 |
tree | 0b3e9372249599cfe6c49f6f5247b0a30e9223c6 | |
parent | 855316ebe60c14b189918b64894f3686171c6f25 [diff] |
MIPS: use inline directive for __in*s functions All other IO accessor functions are using the 'inline' directive. Use that also for the __in*s to make it consistent with the other variants. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>