Skip to content

Commit

Permalink
iscsi_ibft_find: fix modpost warning
Browse files Browse the repository at this point in the history
Exporting __init functions is wrong.

Signed-off-by: Jan Beulich <[email protected]>
Acked-by: Konrad Rzeszutek <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Jan Beulich authored and torvalds committed Jul 30, 2008
1 parent 126ed36 commit 26c131c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/firmware/iscsi_ibft_find.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 26c131c

Please sign in to comment.