]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-stm32.c
Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
[linux.git] / drivers / pwm / pwm-stm32.c
index 3d6be7749e23142a7bdd9cda6c4640f3f6ff0246..3303a754ea020fb3300c1e9e2c46346a4709744f 100644 (file)
@@ -487,7 +487,6 @@ static int stm32_pwm_apply_locked(struct pwm_chip *chip, struct pwm_device *pwm,
 }
 
 static const struct pwm_ops stm32pwm_ops = {
-       .owner = THIS_MODULE,
        .apply = stm32_pwm_apply_locked,
        .capture = IS_ENABLED(CONFIG_DMA_ENGINE) ? stm32_pwm_capture : NULL,
 };
This page took 0.03279 seconds and 4 git commands to generate.