]> git.baikalelectronics.ru Git - kernel.git/commit
module: export param_free_charp()
authorDan Streetman <ddstreet@ieee.org>
Sat, 7 Nov 2015 00:29:12 +0000 (16:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Nov 2015 01:50:42 +0000 (17:50 -0800)
commitbcab6668718ba1246263b75b2fdb5e48661bfb68
treeee88ae07b1598fef06d865a40527287857a40782
parente6ede57b551b3e5379ef6e4bcd17f41eceb4d18c
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/moduleparam.h
kernel/params.c