mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
Merge tag 'pstore-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
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
This commit is contained in:
@@ -793,7 +793,7 @@ static void pstore_timefunc(struct timer_list *unused)
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user