Skip to content

Commit 65dd36a

Browse files
andy-shevbrgl
authored andcommitted
lib/cmdline: Export next_arg() for being used in modules
At least one module will benefit from using next_arg() helper. Let's export it for that module and others if they consider it helpful. Signed-off-by: Andy Shevchenko <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]>
1 parent ca40daf commit 65dd36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cmdline.c

+1
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,4 @@ char *next_arg(char *args, char **param, char **val)
272272
/* Chew up trailing spaces. */
273273
return skip_spaces(args);
274274
}
275+
EXPORT_SYMBOL(next_arg);

0 commit comments

Comments
 (0)