]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/cmdline: Export next_arg() for being used in modules
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 1 Mar 2021 16:59:31 +0000 (18:59 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 8 Mar 2021 18:03:58 +0000 (20:03 +0200)
commit9a53c44c534effe02ee2dfba41decaf99d30ae58
tree573526a4a25f50cf5048398c5350731b27d94f9c
parentb41ba2ec54a70908067034f139aa23d0dd2985ce
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 <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
lib/cmdline.c