mm: use pgdat_end_pfn() to simplify the code in others
[deliverable/linux.git] / drivers / leds / leds-pwm.c
index bb6f948985413d4e8c1f5a6b575493a00b2ecef6..2848171b8576f3475c63b0669c5a9788d11e6069 100644 (file)
@@ -232,7 +232,7 @@ static struct platform_driver led_pwm_driver = {
        .driver         = {
                .name   = "leds_pwm",
                .owner  = THIS_MODULE,
-               .of_match_table = of_match_ptr(of_pwm_leds_match),
+               .of_match_table = of_pwm_leds_match,
        },
 };
 
This page took 0.029489 seconds and 5 git commands to generate.