]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-microchip-core.c
pwm: sti: Reduce number of allocations and drop usage of chip_data
[linux.git] / drivers / pwm / pwm-microchip-core.c
index e7525c98105ebc30db26648be60df27bd0b029f1..c0c53968f3e9d1a84c6f727b66bdb6396ec00f1b 100644 (file)
@@ -435,7 +435,6 @@ static int mchp_core_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm
 static const struct pwm_ops mchp_core_pwm_ops = {
        .apply = mchp_core_pwm_apply,
        .get_state = mchp_core_pwm_get_state,
-       .owner = THIS_MODULE,
 };
 
 static const struct of_device_id mchp_core_of_match[] = {
This page took 0.031421 seconds and 4 git commands to generate.