unicode: only export internal symbols for the selftests
authorChristoph Hellwig <hch@lst.de>
Wed, 15 Sep 2021 07:00:06 +0000 (09:00 +0200)
committerGabriel Krisman Bertazi <krisman@collabora.com>
Tue, 12 Oct 2021 14:41:39 +0000 (11:41 -0300)
commite2a58d2d3416aceeae63dfc7bf680dd390ff331d
tree49845d3afbc3b2f552f541d0621e877c384f7a58
parent2b3d047870120bcd46d7cc257d19ff49328fd585
unicode: only export internal symbols for the selftests

The exported symbols in utf8-norm.c are not needed for normal
file system consumers, so move them to conditional _GPL exports
just for the selftest.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
fs/unicode/utf8-norm.c