On Thu, Aug 23, 2012 at 12:31 PM, Jaehoon Chung <jh80.chung@xxxxxxxxxxx> 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 > the function __init dw_mci_init_slot(). > This is often because dw_mci_probe lacks a __init > annotation or the annotation of dw_mci_init_slot is wrong > > Signed-off-by: Jaehoon Chung <jh80.chung@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > drivers/mmc/host/dw_mmc-pltfm.c | 4 ++-- > drivers/mmc/host/dw_mmc.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) Acked-by: Will Newton <will.newton@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html