]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-twl.c
mfd: cros-ec: Increase maximum mkbp event size
[linux.git] / drivers / pwm / pwm-twl.c
index 7a993b0566383c38358bbf17784d30221c051749..b7a45be998153b78100d3de198a5c5d1d4df0d73 100644 (file)
@@ -21,7 +21,7 @@
 #include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/pwm.h>
-#include <linux/i2c/twl.h>
+#include <linux/mfd/twl.h>
 #include <linux/slab.h>
 
 /*
@@ -323,7 +323,6 @@ static int twl_pwm_probe(struct platform_device *pdev)
        twl->chip.dev = &pdev->dev;
        twl->chip.base = -1;
        twl->chip.npwm = 2;
-       twl->chip.can_sleep = true;
 
        mutex_init(&twl->mutex);
 
This page took 0.037117 seconds and 4 git commands to generate.