]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: drop EXPORT_SYMBOL for outs*/ins*
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 14 Oct 2019 22:48:19 +0000 (15:48 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 14 Oct 2019 23:02:04 +0000 (16:02 -0700)
commit2e22d0d70bbdfb66edf27dfc46df969d96532106
treea46f120abf27ed4bb05d54d5d14d17f7e2d8c721
parent962f6c0d23fd20a5e403b9c14b51ebb38955d6a9
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
fbcb4a984e60 ("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: 9b8812ad2d26 ("xtensa: adopt generic io routines")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/xtensa_ksyms.c