diff options
author | 2019-10-14 15:48:19 -0700 | |
---|---|---|
committer | 2019-10-14 16:02:04 -0700 | |
commit | 8b39da985194aac2998dd9e3a22d00b596cebf1e (patch) | |
tree | a46f120abf27ed4bb05d54d5d14d17f7e2d8c721 /scripts/gdb/linux/utils.py | |
parent | xtensa: fix type conversion in __get_user_[no]check (diff) | |
download | wireguard-linux-8b39da985194aac2998dd9e3a22d00b596cebf1e.tar.xz wireguard-linux-8b39da985194aac2998dd9e3a22d00b596cebf1e.zip |
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 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions