Commit 26c131c71e31973e273adde4027e6a80bde164dc

Authored by Jan Beulich
Committed by Linus Torvalds
1 parent 126ed36d0e

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/firmware/iscsi_ibft_find.c
... ... @@ -81,5 +81,4 @@
81 81 if (ibft_addr)
82 82 reserve_bootmem(pos, PAGE_ALIGN(len), BOOTMEM_DEFAULT);
83 83 }
84   -EXPORT_SYMBOL_GPL(reserve_ibft_region);