From: Sachin Kamat Date: Fri, 30 May 2014 06:38:48 +0000 (+0530) Subject: PCI: imx6: Fix imx6_add_pcie_port() section mismatch warning X-Git-Tag: omap-for-v3.16/fixes-against-rc1~38^2~3^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44cb5e94f96cef72a977fc5fdea8095bc0ae25ba;p=pandora-kernel.git PCI: imx6: Fix imx6_add_pcie_port() section mismatch warning imx6_add_pcie_port() is called only from from imx6_pcie_probe() which is annotated with __init. Thus it makes sense to annotate imx6_add_pcie_port() with __init to avoid section mismatch warnings. [bhelgaas: changelog] Signed-off-by: Sachin Kamat Signed-off-by: Bjorn Helgaas Cc: Sean Cross --- Reading git-diff-tree failed