Loading drivers/irqchip/qcom-pdc.c +1 −0 Original line number Diff line number Diff line Loading @@ -553,6 +553,7 @@ static int qcom_pdc_probe(struct platform_device *pdev) static const struct of_device_id qcom_pdc_match_table[] = { { .compatible = "qcom,lahaina-pdc" }, { .compatible = "qcom,shima-pdc" }, {} }; MODULE_DEVICE_TABLE(of, qcom_pdc_match_table); Loading Loading
drivers/irqchip/qcom-pdc.c +1 −0 Original line number Diff line number Diff line Loading @@ -553,6 +553,7 @@ static int qcom_pdc_probe(struct platform_device *pdev) static const struct of_device_id qcom_pdc_match_table[] = { { .compatible = "qcom,lahaina-pdc" }, { .compatible = "qcom,shima-pdc" }, {} }; MODULE_DEVICE_TABLE(of, qcom_pdc_match_table); Loading