]> Pileus Git - ~andy/linux/blobdiff - drivers/pwm/pwm-lpc32xx.c
pwm: lpc32xx: Remove redundant of_match_ptr
[~andy/linux] / drivers / pwm / pwm-lpc32xx.c
index efac99e03d57191c2d8667264cff0a5e8a603dbe..9dc0f9d42bfa3a44807c8f2b3917ad27c3f8f437 100644 (file)
@@ -169,7 +169,7 @@ static struct platform_driver lpc32xx_pwm_driver = {
        .driver = {
                .name = "lpc32xx-pwm",
                .owner = THIS_MODULE,
-               .of_match_table = of_match_ptr(lpc32xx_pwm_dt_ids),
+               .of_match_table = lpc32xx_pwm_dt_ids,
        },
        .probe = lpc32xx_pwm_probe,
        .remove = lpc32xx_pwm_remove,