summaryrefslogtreecommitdiff
path: root/arch/xtensa/boot
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2019-10-15 01:48:19 +0300
committerMax Filippov <jcmvbkbc@gmail.com>2019-10-15 02:02:04 +0300
commit8b39da985194aac2998dd9e3a22d00b596cebf1e (patch)
treea46f120abf27ed4bb05d54d5d14d17f7e2d8c721 /arch/xtensa/boot
parentc9c63f3c7a9081e4768291514991d3208ae8a697 (diff)
downloadlinux-8b39da985194aac2998dd9e3a22d00b596cebf1e.tar.xz
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 'arch/xtensa/boot')
0 files changed, 0 insertions, 0 deletions