提交 65dd36a3 编写于 作者: A Andy Shevchenko 提交者: Bartosz Golaszewski

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: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: NLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
上级 ca40daf3
...@@ -272,3 +272,4 @@ char *next_arg(char *args, char **param, char **val) ...@@ -272,3 +272,4 @@ char *next_arg(char *args, char **param, char **val)
/* Chew up trailing spaces. */ /* Chew up trailing spaces. */
return skip_spaces(args); return skip_spaces(args);
} }
EXPORT_SYMBOL(next_arg);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册