phy: qcom-qmp-pcie: move device-id table
authorJohan Hovold <johan+linaro@kernel.org>
Sat, 5 Nov 2022 14:59:25 +0000 (15:59 +0100)
committerVinod Koul <vkoul@kernel.org>
Thu, 10 Nov 2022 07:04:53 +0000 (12:34 +0530)
commitcebc6ca76e400a90cb7cbc9f96f26966167f5b6f
tree8dd98fe08c5239bb0cfe90bca972b02645353c38
parent253b642eec936974cc709ebb6bed83786c391279
phy: qcom-qmp-pcie: move device-id table

Move the device-id table below probe() and next to the driver structure
to keep the driver callback functions grouped together.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20221105145939.20318-3-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c