RE: [PATCH] mmc: dw-mmc: fixed secstion mismatch in reference

2012-07-22 Thread Seungwon Jeon
July 23, 2012, Jaehoon Chung wrote: > Hi Seungwon, > > On 07/20/2012 08:36 PM, Seungwon Jeon wrote: > > Hi Jaehoon, > > > > July 20, 2012, Jaehoon Chung > >> Fixed the below message. > >> > >> WARNING: drivers/mmc/host/built-in.o(.text+0x5ee8): Section mismatch in > >> reference from the functi

Re: [PATCH] mmc: dw-mmc: fixed secstion mismatch in reference

2012-07-22 Thread Jaehoon Chung
Hi Seungwon, On 07/20/2012 08:36 PM, Seungwon Jeon wrote: > Hi Jaehoon, > > July 20, 2012, 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_i

RE: [PATCH] mmc: dw-mmc: fixed secstion mismatch in reference

2012-07-20 Thread Seungwon Jeon
Hi Jaehoon, July 20, 2012, 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 __

[PATCH] mmc: dw-mmc: fixed secstion mismatch in reference

2012-07-19 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