From cf7987320a1aba758f2f3e9f71e1bc23e9558e83 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Fri, 21 Feb 2020 15:45:28 +0800 Subject: pwm: imx27: Remove unused include of of_device.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is nothing in use from of_device.h, remove it. Signed-off-by: Anson Huang Acked-by: Uwe Kleine-König Signed-off-by: Thierry Reding --- drivers/pwm/pwm-imx27.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pwm/pwm-imx27.c b/drivers/pwm/pwm-imx27.c index e83c077bb7cc..a6e40d4c485f 100644 --- a/drivers/pwm/pwm-imx27.c +++ b/drivers/pwm/pwm-imx27.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b