* [PATCH] iscsi_ibft_find: fix modpost warning
@ 2008-07-18 12:22 Jan Beulich
2008-07-23 11:30 ` ketuzsezr
0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2008-07-18 12:22 UTC (permalink / raw)
To: ketuzsezr, pjones; +Cc: linux-kernel
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);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] iscsi_ibft_find: fix modpost warning
2008-07-18 12:22 [PATCH] iscsi_ibft_find: fix modpost warning Jan Beulich
@ 2008-07-23 11:30 ` ketuzsezr
0 siblings, 0 replies; 2+ messages in thread
From: ketuzsezr @ 2008-07-23 11:30 UTC (permalink / raw)
To: Jan Beulich; +Cc: ketuzsezr, pjones, linux-kernel
On Fri, Jul 18, 2008 at 01:22:25PM +0100, Jan Beulich wrote:
> Exporting __init functions is wrong.
Looks good. Thanks for catching that.
>
> 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);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-23 11:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-18 12:22 [PATCH] iscsi_ibft_find: fix modpost warning Jan Beulich
2008-07-23 11:30 ` ketuzsezr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®