staging: exfat: Clean up the namespace pollution part 1
authorValdis Kletnieks <valdis.kletnieks@vt.edu>
Tue, 12 Nov 2019 21:12:31 +0000 (16:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2019 23:17:34 +0000 (00:17 +0100)
commit19e2bfe6ed135ed45d6adb6860181cad49dbb90e
treeab2a3d1ea35d498ab07807c79da123c2cc5b3d28
parent35a829c1b797d1a927bf54b6a958e154eb248026
staging: exfat: Clean up the namespace pollution part 1

Everything referenced in the struct fs_func exfat_fs_func is located
in that same .c file.  Make them static and remove from exfat.h

Signed-off-by: Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
Link: https://lore.kernel.org/r/20191112211238.156490-6-Valdis.Kletnieks@vt.edu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/exfat/exfat.h
drivers/staging/exfat/exfat_core.c