OSDN Git Service

phy: qcom-qmp-usb: move device-id table
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 28 Oct 2022 16:04:25 +0000 (18:04 +0200)
committerVinod Koul <vkoul@kernel.org>
Sat, 5 Nov 2022 07:29:41 +0000 (12:59 +0530)
commit95dd63b8988cd914c8b5e805e5599cda2cad161e
tree6960eb4ce1e3631963176c5ce25887177bd70aa7
parent9fe6b4e87c225cfd8aad1be0e73be86611c35b01
phy: qcom-qmp-usb: 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/20221028160435.26948-4-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-usb.c