[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <4880A721.76E4.0078.0@novell.com>
Date: Fri, 18 Jul 2008 13:22:25 +0100
From: "Jan Beulich" <jbeulich@...ell.com>
To: <ketuzsezr@...nok.org>, <pjones@...hat.com>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH] iscsi_ibft_find: fix modpost warning
Exporting __init functions is wrong.
Signed-off-by: Jan Beulich <jbeulich@...ell.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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists