login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
August
»
2
Re: Section mismatch warnings
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Gabriel C <nix.or.die@...>
To: Sam Ravnborg <sam@...>
Cc: Linux Kernel Mailing List <linux-kernel@...>
Subject:
Re: Section mismatch warnings
Date: Thursday, August 2, 2007 - 1:12 pm
Sam Ravnborg wrote:
quoted text
> On Thu, Aug 02, 2007 at 04:27:34PM +0200, Gabriel C wrote: >>>>> WARNING: vmlinux.o(.init.text+0x29d40): Section mismatch: reference to .exit.text:wbsd_release_resources (between 'wbsd_init' and 'wbsd_probe') >>>>> WARNING: vmlinux.o(.init.text+0x29d49): Section mismatch: reference to .exit.text:wbsd_free_mmc (between 'wbsd_init' and 'wbsd_probe') >>>>> WARNING: vmlinux.o(.init.text+0x29f28): Section mismatch: reference to .exit.text:wbsd_free_mmc (between 'wbsd_init' and 'wbsd_probe') >>>> When a function is marked __exit and used from an init function then the safe choice >>>> is to just remove the __exit marking. Usually this is small functions used >>>> only in error situations. >>>> Should be trivial too. >>> I'll look at those too >>> >>>> Sorry - no patch this time. Could you try to look at it yorself then I will review. >>> Ok I'll try. >>> >> The warnings gone with this patch but I'm not really sure it is correct. > Looks correct to me. > You drop the __devexit marking for functions used outside __exit. > Acked-by: Sam Ravnborg <sam@ravnborg.org>
Shall I send this one to akpm with your ACK or you take care of it ?
quoted text
> > Sam >> >> drivers/mmc/host/wbsd.c | 10 +++++----- >> 1 files changed, 5 insertions(+), 5 deletions(-) >> >> diff --git a/drivers/mmc/host/wbsd.c b/drivers/mmc/host/wbsd.c >> index e0c9808..9bf2a87 100644 >> --- a/drivers/mmc/host/wbsd.c >> +++ b/drivers/mmc/host/wbsd.c >> @@ -1266,7 +1266,7 @@ static int __devinit wbsd_alloc_mmc(struct device *dev) >> return 0; >> } >> >> -static void __devexit wbsd_free_mmc(struct device *dev) >> +static void wbsd_free_mmc(struct device *dev) >> { >> struct mmc_host *mmc; >> struct wbsd_host *host; >> @@ -1358,7 +1358,7 @@ static int __devinit wbsd_request_region(struct wbsd_host *host, int base) >> return 0; >> } >> >> -static void __devexit wbsd_release_regions(struct wbsd_host *host) >> +static void wbsd_release_regions(struct wbsd_host *host) >> { >> if (host->base) >> release_region(host->base, 8); >> @@ -1434,7 +1434,7 @@ err: >> "Falling back on FIFO.\n", dma); >> } >> >> -static void __devexit wbsd_release_dma(struct wbsd_host *host) >> +static void wbsd_release_dma(struct wbsd_host *host) >> { >> if (host->dma_addr) { >> dma_unmap_single(mmc_dev(host->mmc), host->dma_addr, >> @@ -1484,7 +1484,7 @@ static int __devinit wbsd_request_irq(struct wbsd_host *host, int irq) >> return 0; >> } >> >> -static void __devexit wbsd_release_irq(struct wbsd_host *host) >> +static void wbsd_release_irq(struct wbsd_host *host) >> { >> if (!host->irq) >> return; >> @@ -1535,7 +1535,7 @@ static int __devinit wbsd_request_resources(struct wbsd_host *host, >> * Release all resources for the host. >> */ >> >> -static void __devexit wbsd_release_resources(struct wbsd_host *host) >> +static void wbsd_release_resources(struct wbsd_host *host) >> { >> wbsd_release_dma(host); >> wbsd_release_irq(host); >
-
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Section mismatch warnings
, Gabriel C
, (Mon Jul 30, 1:48 pm)
Re: Section mismatch warnings
, Sam Ravnborg
, (Mon Jul 30, 2:51 pm)
Re: Section mismatch warnings
, Gabriel C
, (Mon Jul 30, 3:31 pm)
Re: Section mismatch warnings
, Gabriel C
, (Tue Jul 31, 3:45 pm)
Re: Section mismatch warnings
, Sam Ravnborg
, (Tue Jul 31, 4:48 pm)
Re: Section mismatch warnings
, Gabriel C
, (Tue Jul 31, 5:58 pm)
Re: Section mismatch warnings
, Gabriel C
, (Thu Aug 2, 10:27 am)
Re: Section mismatch warnings
, Sam Ravnborg
, (Thu Aug 2, 12:31 pm)
Re: Section mismatch warnings
, Gabriel C
, (Thu Aug 2, 1:12 pm)
Re: Section mismatch warnings
, Sam Ravnborg
, (Thu Aug 2, 1:59 pm)
Re: Section mismatch warnings
, Gabriel C
, (Thu Aug 2, 2:24 pm)
[PATCH] Fix section mismatch warnings in sound/pci/hda/
, Gabriel C
, (Tue Jul 31, 9:30 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Linus Torvalds
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Mike Galbraith
Re: regression: CD burning (k3b) went broke
Con Kolivas
Re: -mm merge plans for 2.6.23
git
:
linux-netdev
:
Gerrit Renker
[PATCH 24/37] dccp: Processing Confirm options
Linus Torvalds
Re: [GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Woodhouse
Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
3 users
and
832 guests
online.
Online users
nzbaskets
thighglider1
steveperry
Syndicate