Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);