PCI: qcom: Drop unused post_deinit callback
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 28 Sep 2022 15:54:20 +0000 (17:54 +0200)
committerLorenzo Pieralisi <lpieralisi@kernel.org>
Thu, 29 Sep 2022 08:34:47 +0000 (10:34 +0200)
commitb623023225abed7a7d76cf1cc9f7187c1a3e7cff
tree9d47adde386d97e605aead766078f3c68005eeb8
parent2baedb9f93c42d35016c3c2e3015d67fbcb058b0
PCI: qcom: Drop unused post_deinit callback

Drop the unused and confusingly named post_deinit callback that was
added for the now removed pipe clock handling.

If ever needed we can add back a callback named pre_deinit (or perhaps
rather pre_phy_power_off) instead.

Link: https://lore.kernel.org/r/20220928155421.21660-2-johan+linaro@kernel.org
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
drivers/pci/controller/dwc/pcie-qcom.c