Searched hist:"8 d82cee2f8aa8b9bc806907ecd9e1494c6e8526b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/pstore/ |
H A D | platform.c | diff 8d82cee2f8aa8b9bc806907ecd9e1494c6e8526b Wed Oct 16 07:33:17 CDT 2019 Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> pstore: Make pstore_choose_compression() static
The pstore_choose_compression() function is not exported so make it static to avoid the following sparse warning:
fs/pstore/platform.c:796:13: warning: symbol 'pstore_choose_compression' was not declared. Should it be static?
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Link: https://lore.kernel.org/r/20191016123317.3154-1-ben.dooks@codethink.co.uk Fixes: cb095afd4476 ("pstore: Centralize init/exit routines") Signed-off-by: Kees Cook <keescook@chromium.org>
|