From: Jaehoon Chung Date: Thu, 23 Aug 2012 11:31:48 +0000 (+0900) Subject: mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slot X-Git-Tag: v3.7-rc1~69^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c179a98a0755b98153e8f4ae08243fbfcd18ff;p=pandora-kernel.git mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slot 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 Signed-off-by: Kyungmin Park Acked-by: Will Newton Signed-off-by: Chris Ball --- Reading git-diff-tree failed