[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOMZO5DV1vgBakDDaUwOE-y9=DL-_31bKb792zq=mcEXfudWCw@mail.gmail.com>
Date: Wed, 20 Mar 2013 02:17:24 -0300
From: Fabio Estevam <festevam@...il.com>
To: "Maxin B. John" <maxin.john@...il.com>
Cc: vinod.koul@...el.com, maxin.john@...a.com, s.hauer@...gutronix.de,
linux-kernel@...r.kernel.org,
Fabio Estevam <fabio.estevam@...escale.com>
Subject: Re: [PATCH] dma: ipu: ipu_idmac: Fix section mismatch
Hi Vinod,
On Wed, Mar 13, 2013 at 9:39 PM, Maxin B. John <maxin.john@...il.com> wrote:
> On Wed, Mar 13, 2013 at 1:53 AM, Fabio Estevam <festevam@...il.com> wrote:
>> From: Fabio Estevam <fabio.estevam@...escale.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.john@...a.com>
Can this one be applied?
--
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