Hi Vinod,

On Wed, Mar 13, 2013 at 9:39 PM, Maxin B. John <maxin.j...@gmail.com> wrote:
> On Wed, Mar 13, 2013 at 1:53 AM, Fabio Estevam <feste...@gmail.com> wrote:
>> From: Fabio Estevam <fabio.este...@freescale.com>
>>
>> Since commit 84c1e63c12 (dma: Remove erroneous __exit and __exit_p() 
>> references)
>> the following section mismatch happens:
>>
>> WARNING: drivers/built-in.o(.text+0x20f94): Section mismatch in reference 
>> from the function ipu_remove() to the function .exit.text:ipu_idmac_exit()
>> The function ipu_remove() references a function in an exit section.
>> Often the function ipu_idmac_exit() has valid usage outside the exit section
>> and the fix is to remove the __exit annotation of ipu_idmac_exit.
>>
>> Remove the '__exit' annotation from ipu_idmac_exit in order to fix it.
>
> Good catch...
> Acked-by:  Maxin B. John <maxin.j...@enea.com>

Can this one be applied?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to