mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
iscsi_ibft_find: fix modpost warning
Exporting __init functions is wrong. Signed-off-by: Jan Beulich <jbeulich@novell.com> Acked-by: Konrad Rzeszutek <konradr@linux.vnet.ibm.com> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
126ed36d0e
commit
26c131c71e
1 changed files with 0 additions and 1 deletions
|
@ -81,4 +81,3 @@ void __init reserve_ibft_region(void)
|
|||
if (ibft_addr)
|
||||
reserve_bootmem(pos, PAGE_ALIGN(len), BOOTMEM_DEFAULT);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(reserve_ibft_region);
|
||||
|
|
Loading…
Reference in a new issue