Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-2.6-microblaze.git] / lib / cmdline.c
index 5d474c6..5546bf5 100644 (file)
@@ -272,3 +272,4 @@ char *next_arg(char *args, char **param, char **val)
        /* Chew up trailing spaces. */
        return skip_spaces(args);
 }
+EXPORT_SYMBOL(next_arg);