mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-18 13:45:59 -04:00
raid6: fix build warning
1. WARNING: modpost: vmlinux: section mismatch in reference: raid6_select_algo_wrapper+0x8 (section: .text.unlikely) -> raid6_select_algo (section: .init.text) Change-Id: Iad0c0185970eecd0d57ef1eb3128e10bc266dace Signed-off-by: lijuan <juan.li@spacemit.com>
This commit is contained in:
parent
c2ca7b805f
commit
bdc1a7e759
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ static void raid6_exit(void)
|
|||
do { } while (0);
|
||||
}
|
||||
|
||||
static void raid6_select_algo_wrapper(void *data, long long unsigned int arg)
|
||||
static void __init raid6_select_algo_wrapper(void *data, long long unsigned int arg)
|
||||
{
|
||||
raid6_select_algo();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue