Loading drivers/leds/leds-qpnp.c +7 −2 Original line number Diff line number Diff line Loading @@ -3693,10 +3693,15 @@ static int qpnp_leds_remove(struct spmi_device *spmi) return 0; } #ifdef CONFIG_OF static struct of_device_id spmi_match_table[] = { { .compatible = "qcom,leds-qpnp", } { .compatible = "qcom,leds-qpnp",}, { }, }; #else #define spmi_match_table NULL #endif static struct spmi_driver qpnp_leds_driver = { .driver = { Loading Loading
drivers/leds/leds-qpnp.c +7 −2 Original line number Diff line number Diff line Loading @@ -3693,10 +3693,15 @@ static int qpnp_leds_remove(struct spmi_device *spmi) return 0; } #ifdef CONFIG_OF static struct of_device_id spmi_match_table[] = { { .compatible = "qcom,leds-qpnp", } { .compatible = "qcom,leds-qpnp",}, { }, }; #else #define spmi_match_table NULL #endif static struct spmi_driver qpnp_leds_driver = { .driver = { Loading