2007-10-29 18:24:46

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] rtc: m48t59 fix section mismatch warning

From: Randy Dunlap <[email protected]>

Change the name of this data to use a name (suffix) that is whitelisted
by MODPOST so that the section warning is fixed (not generated).

WARNING: vmlinux.o(.data+0x1b140): Section mismatch: reference to .init.text:m48t59_rtc_probe (between 'm48t59_rtc_platdrv' and 'm48t59_nvram_attr')

Signed-off-by: Randy Dunlap <[email protected]>
---
drivers/rtc/rtc-m48t59.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

--- linux-2.6.24-rc1-git4.orig/drivers/rtc/rtc-m48t59.c
+++ linux-2.6.24-rc1-git4/drivers/rtc/rtc-m48t59.c
@@ -464,7 +464,7 @@ static int __devexit m48t59_rtc_remove(s
return 0;
}

-static struct platform_driver m48t59_rtc_platdrv = {
+static struct platform_driver m48t59_rtc_driver = {
.driver = {
.name = "rtc-m48t59",
.owner = THIS_MODULE,
@@ -475,12 +475,12 @@ static struct platform_driver m48t59_rtc

static int __init m48t59_rtc_init(void)
{
- return platform_driver_register(&m48t59_rtc_platdrv);
+ return platform_driver_register(&m48t59_rtc_driver);
}

static void __exit m48t59_rtc_exit(void)
{
- platform_driver_unregister(&m48t59_rtc_platdrv);
+ platform_driver_unregister(&m48t59_rtc_driver);
}

module_init(m48t59_rtc_init);


2007-10-30 11:02:27

by Alessandro Zummo

[permalink] [raw]
Subject: Re: [rtc-linux] [PATCH] rtc: m48t59 fix section mismatch warning

On Mon, 29 Oct 2007 11:20:04 -0700
Randy Dunlap <[email protected]> wrote:

>
> From: Randy Dunlap <[email protected]>
>
> Change the name of this data to use a name (suffix) that is whitelisted
> by MODPOST so that the section warning is fixed (not generated).
>
> WARNING: vmlinux.o(.data+0x1b140): Section mismatch: reference to .init.text:m48t59_rtc_probe (between 'm48t59_rtc_platdrv' and 'm48t59_nvram_attr')
>
> Signed-off-by: Randy Dunlap <[email protected]>

Thanks Randy!


Signed-off-by: Alessandro Zummo <[email protected]>

--

Best regards,

Alessandro Zummo,
Tower Technologies - Torino, Italy

http://www.towertech.it