diff options
author | Max Filippov | 2019-10-14 15:48:19 -0700 |
---|---|---|
committer | Max Filippov | 2019-10-14 16:02:04 -0700 |
commit | 8b39da985194aac2998dd9e3a22d00b596cebf1e (patch) | |
tree | a46f120abf27ed4bb05d54d5d14d17f7e2d8c721 /net | |
parent | c9c63f3c7a9081e4768291514991d3208ae8a697 (diff) |
xtensa: drop EXPORT_SYMBOL for outs*/ins*
Custom outs*/ins* implementations are long gone from the xtensa port,
remove matching EXPORT_SYMBOLs.
This fixes the following build warnings issued by modpost since commit
15bfc2348d54 ("modpost: check for static EXPORT_SYMBOL* functions"):
WARNING: "insb" [vmlinux] is a static EXPORT_SYMBOL
WARNING: "insw" [vmlinux] is a static EXPORT_SYMBOL
WARNING: "insl" [vmlinux] is a static EXPORT_SYMBOL
WARNING: "outsb" [vmlinux] is a static EXPORT_SYMBOL
WARNING: "outsw" [vmlinux] is a static EXPORT_SYMBOL
WARNING: "outsl" [vmlinux] is a static EXPORT_SYMBOL
Cc: stable@vger.kernel.org
Fixes: d38efc1f150f ("xtensa: adopt generic io routines")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions