]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
module: export param_free_charp()
authorDan Streetman <ddstreet@ieee.org>
Wed, 21 Oct 2015 22:03:27 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:27 +0000 (09:03 +1100)
commita534638c2ed1baf1df57dde1cca6d50e0878fb4b
tree89db774cda12984f64ca07bc5eab809f5ee2cdc8
parent3d5bc26c3cda451bce6cbd34819eca0b6c99f155
module: export param_free_charp()

Change the param_free_charp() function from static to exported.

It is used by zswap in the next patch ("zswap: use charp for zswap param
strings").

Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Seth Jennings <sjennings@variantweb.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/moduleparam.h
kernel/params.c