]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: imx6: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 21 Oct 2013 09:06:41 +0000 (14:36 +0530)
committerRichard Zhu <r65037@freescale.com>
Wed, 20 Nov 2013 06:10:28 +0000 (14:10 +0800)
commit7df7e7eb688c19689e5cf18cff545a3edb39dfcd
tree1091864e4dd07f2fdfc4d2a115bc7dc2c8422ad7
parent542071a2669aae2356fd50d57c5c173f609f7b31
PCI: imx6: Remove redundant of_match_ptr

imx6_pcie_of_match is always compiled in because PCI_IMX6 depends on
SOC_IMX6Q, which only supports OF build.  Hence of_match_ptr is not
required.

[bhelgaas: add changelog details from Shawn]
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Sean Cross <xobs@kosagi.com>(cherry picked from commit 8bcadbe17207aee0df4a1f5cb41371d71bf3e4b0)
drivers/pci/host/pci-imx6.c