summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-imx.c
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@gmail.com>2017-02-10 15:15:54 +0100
committerThierry Reding <thierry.reding@gmail.com>2017-02-10 15:15:54 +0100
commit652f319667383f2b2c62dda7841265bedd89c5a3 (patch)
tree33bc36f29bee3acf277fded5b5d30513d16bfd53 /drivers/pwm/pwm-imx.c
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff)
parentb526a314263ea217b8fa9758dca5dc245fd49997 (diff)
downloadlinux-652f319667383f2b2c62dda7841265bedd89c5a3.tar.bz2
Merge branch 'for-4.11/core' into for-next
Diffstat (limited to 'drivers/pwm/pwm-imx.c')
-rw-r--r--drivers/pwm/pwm-imx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-imx.c b/drivers/pwm/pwm-imx.c
index d600fd5cd4ba..1223187ad354 100644
--- a/drivers/pwm/pwm-imx.c
+++ b/drivers/pwm/pwm-imx.c
@@ -304,7 +304,6 @@ static int imx_pwm_probe(struct platform_device *pdev)
imx->chip.dev = &pdev->dev;
imx->chip.base = -1;
imx->chip.npwm = 1;
- imx->chip.can_sleep = true;
r = platform_get_resource(pdev, IORESOURCE_MEM, 0);
imx->mmio_base = devm_ioremap_resource(&pdev->dev, r);