From 44cb5e94f96cef72a977fc5fdea8095bc0ae25ba Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Fri, 30 May 2014 12:08:48 +0530 Subject: [PATCH] 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-format-patch failed