On 04/04/2011 09:33 PM, ext Ameya Palande wrote:
Hi Alan,

On 04/04/2011 01:30 PM, ext Alan Cox wrote:
On Fri, 1 Apr 2011 15:10:03 +0300
Ameya Palande<[email protected]> wrote:

WARNING: vmlinux.o(.data+0x25d08): Section mismatch in reference from
the variable vrtc_mrst_platform_driver to the function
.init.text:vrtc_mrst_platform_probe()

The variable vrtc_mrst_platform_driver references
the function __init vrtc_mrst_platform_probe()

Signed-off-by: Ameya Palande<[email protected]>

I've already sent different patches for this upstream several times.
I'll push whats in our tree direct to Linus as I've had no response.

No problem!

I was trying to understand the problem and I found following code in
arch/x86/platform/mrst/vrtc.c

static struct platform_device vrtc_device = {
.name = "rtc_mrst",
.id = -1,
.resource = vrtc_resources,
.num_resources = ARRAY_SIZE(vrtc_resources),
};

Is .name = "rtc_mrst" correct? Or should it be "vrtc_mrst"?
Driver is using MODULE_ALIAS("platform:vrtc_mrst")

Ping?
_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to