sh: unexport register_trapped_io and match_trapped_io_handler
authorChristoph Hellwig <hch@lst.de>
Tue, 14 Jul 2020 12:18:53 +0000 (14:18 +0200)
committerRich Felker <dalias@libc.org>
Sat, 15 Aug 2020 02:05:16 +0000 (22:05 -0400)
commitbc0f46b1caff2a42ce6e54b31504eb9ecc789f2a
treecd9dbc358254628d0f8a7ba875dc5f12e6a4d1a1
parent08732d1226edb7a0033d08286acada2b4e800c78
sh: unexport register_trapped_io and match_trapped_io_handler

Both functions are only used by compiled in core code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/kernel/io_trapped.c