diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-03-12 20:53:37 -0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-04-15 09:51:18 +0530 |
commit | 88ff6ab4a87bb736c1d900ac638f0329aca7d0c0 (patch) | |
tree | deeac703ee1c1deb567e3032e8f672ceaa495d05 /drivers/dma/at_hdmac.c | |
parent | dc7badba1942270a7695ef380853abcbce725a53 (diff) | |
download | linux-88ff6ab4a87bb736c1d900ac638f0329aca7d0c0.tar.gz linux-88ff6ab4a87bb736c1d900ac638f0329aca7d0c0.tar.bz2 linux-88ff6ab4a87bb736c1d900ac638f0329aca7d0c0.zip |
dma: ipu: ipu_idmac: Fix section mismatch
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.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/at_hdmac.c')
0 files changed, 0 insertions, 0 deletions