Commit 26c131c7 authored by Jan Beulich's avatar Jan Beulich Committed by Linus Torvalds

iscsi_ibft_find: fix modpost warning

Exporting __init functions is wrong.
Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Acked-by: default avatarKonrad Rzeszutek <konradr@linux.vnet.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 126ed36d
......@@ -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);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment