From: Viresh Kumar Date: Sun, 20 Jul 2014 11:59:48 +0000 (+0530) Subject: PCI: spear: Remove spear13xx_pcie_remove() X-Git-Tag: cleanup-for-v3.18~78^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=779ae55bd8ee63f2ba35a0ec15f033e512e706ee;p=pandora-kernel.git PCI: spear: Remove spear13xx_pcie_remove() Following compilation warning occurs when compiled with: CONFIG_DEBUG_SECTION_MISMATCH=y WARNING: vmlinux.o(.init.data+0x3338): Section mismatch in reference from the variable spear13xx_pcie_driver to the function .exit.text:spear13xx_pcie_remove() This driver isn't allowed to unload, and so doesn't have a *_exit() routine. But it still has spear13xx_pcie_remove() marked with __exit. As this driver can't unload, .remove() would never be called, right? So get rid of it. Fixes: 51b66a6ce125 (PCI: spear: Add PCIe driver for ST Microelectronics SPEAr13xx) Signed-off-by: Viresh Kumar Signed-off-by: Olof Johansson --- Reading git-diff-tree failed