Re: [PATCH 1/5] mmc: dw-mmc: fixed the section mismatch in reference

2012-08-27 Thread Chris Ball
Hi, On Thu, Aug 23 2012, Will Newton wrote: > On Thu, Aug 23, 2012 at 12:31 PM, Jaehoon Chung > wrote: >> Fixed the below message. >> >> WARNING: drivers/mmc/host/built-in.o(.text+0x5ee8): Section mismatch >> in reference from the function dw_mci_probe() to the function >> .init.text:dw_mci_init

Re: [PATCH 1/5] mmc: dw-mmc: fixed the section mismatch in reference

2012-08-23 Thread Will Newton
On Thu, Aug 23, 2012 at 12:31 PM, Jaehoon Chung wrote: > Fixed the below message. > > WARNING: drivers/mmc/host/built-in.o(.text+0x5ee8): Section mismatch in > reference from the function dw_mci_probe() to the function > .init.text:dw_mci_init_slot() > The function dw_mci_probe() references > th

[PATCH 1/5] mmc: dw-mmc: fixed the section mismatch in reference

2012-08-23 Thread Jaehoon Chung
Fixed the below message. WARNING: drivers/mmc/host/built-in.o(.text+0x5ee8): Section mismatch in reference from the function dw_mci_probe() to the function .init.text:dw_mci_init_slot() The function dw_mci_probe() references the function __init dw_mci_init_slot(). This is often because dw_mci_pr