ath10k: use num_pending_tx instead of msdu id bitmap
[cascardo/linux.git] / drivers / pwm / pwm-spear.c
index 6d99e2c..a54d214 100644 (file)
@@ -259,6 +259,7 @@ MODULE_DEVICE_TABLE(of, spear_pwm_of_match);
 static struct platform_driver spear_pwm_driver = {
        .driver = {
                .name = "spear-pwm",
+               .owner = THIS_MODULE,
                .of_match_table = spear_pwm_of_match,
        },
        .probe = spear_pwm_probe,