]> 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 8750b57684a90fb7c131e296042477807788462a..c0c53968f3e9d1a84c6f727b66bdb6396ec00f1b 100644 (file)
@@ -37,7 +37,7 @@
 #include <linux/math.h>
 #include <linux/module.h>
 #include <linux/mutex.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pwm.h>
 
@@ -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.033821 seconds and 4 git commands to generate.