This patch removes the no longer used export of get_fs_type. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> --- d6e66d4515a7791cd5f51e889452603f26b006c6 diff --git a/fs/filesystems.c b/fs/filesystems.c index f37f872..322363e 100644 --- a/fs/filesystems.c +++ b/fs/filesystems.c @@ -239,5 +239,3 @@ struct file_system_type *get_fs_type(const char *name) } return fs; } - -EXPORT_SYMBOL(get_fs_type); -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html