[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110821031555.GA25900@suse.de>
Date: Sat, 20 Aug 2011 20:15:55 -0700
From: Greg KH <gregkh@...e.de>
To: Harvey Yang <harvey.huawei.yang@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] devtmpfs: Fix section mismatch warning
On Sun, Aug 21, 2011 at 10:44:15AM +0800, Harvey Yang wrote:
> drivers/base/built-in.o(.text+0xe554): Section mismatch in reference f
> rom the function devtmpfsd() to the variable .init.data:setup_done
> The function devtmpfsd() references
> the variable __initdata setup_done.
> This is often because devtmpfsd lacks a __initdata
> annotation or the annotation of setup_done is wrong.
>
> "setup_done" is not used after init. but putting it into initdata section leads a section mismatch warning, so initialize it dynamically in __init function.
>
> Signed-off-by: Harvey Yang <harvey.huawei.yang@...il.com>
Already in linux-next, thanks, it will go to Linus next week.
greg k-h
--
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