Messages in this thread Patch in this message |  | | | Date | Fri, 18 Jul 2008 13:22:25 +0100 | | From | "Jan Beulich" <> | | Subject | [PATCH] iscsi_ibft_find: fix modpost warning |
| |
Exporting __init functions is wrong.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- drivers/firmware/iscsi_ibft_find.c | 1 - 1 file changed, 1 deletion(-) --- linux-2.6.26/drivers/firmware/iscsi_ibft_find.c 2008-07-13 23:51:29.000000000 +0200 +++ 2.6.26-firmware-iscsi-modpost-warning/drivers/firmware/iscsi_ibft_find.c 2008-07-17 14:45:12.000000000 +0200 @@ -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);
|  |