pwm: imx27: Remove unused include of of_device.h
authorAnson Huang <Anson.Huang@nxp.com>
Fri, 21 Feb 2020 07:45:28 +0000 (15:45 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 30 Mar 2020 14:55:26 +0000 (16:55 +0200)
There is nothing in use from of_device.h, remove it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-imx27.c

index e83c077..a6e40d4 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/platform_device.h>
 #include <linux/pwm.h>
 #include <linux/slab.h>