ath10k: warn if give WMI command is not supported
[cascardo/linux.git] / drivers / pwm / pwm-imx.c
index c938bae..2b7c4f8 100644 (file)
@@ -295,6 +295,7 @@ static int imx_pwm_remove(struct platform_device *pdev)
 static struct platform_driver imx_pwm_driver = {
        .driver         = {
                .name   = "imx-pwm",
+               .owner = THIS_MODULE,
                .of_match_table = of_match_ptr(imx_pwm_dt_ids),
        },
        .probe          = imx_pwm_probe,