Skip to content
Snippets Groups Projects
Commit 8328dd2f authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull pstore bug fix from Kees Cook:

 - add missing "static" (Ben Dooks)

* tag 'pstore-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  pstore: Make pstore_choose_compression() static
parents 1daa56bc 8d82cee2
No related branches found
No related tags found
No related merge requests found
...@@ -793,7 +793,7 @@ static void pstore_timefunc(struct timer_list *unused) ...@@ -793,7 +793,7 @@ static void pstore_timefunc(struct timer_list *unused)
jiffies + msecs_to_jiffies(pstore_update_ms)); jiffies + msecs_to_jiffies(pstore_update_ms));
} }
void __init pstore_choose_compression(void) static void __init pstore_choose_compression(void)
{ {
const struct pstore_zbackend *step; const struct pstore_zbackend *step;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment