[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1582271129-13589-1-git-send-email-Anson.Huang@nxp.com>
Date: Fri, 21 Feb 2020 15:45:27 +0800
From: Anson Huang <Anson.Huang@....com>
To: thierry.reding@...il.com, u.kleine-koenig@...gutronix.de,
shawnguo@...nel.org, s.hauer@...gutronix.de, kernel@...gutronix.de,
festevam@...il.com, linux-pwm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: Linux-imx@....com
Subject: [PATCH 1/3] pwm: imx-tpm: Remove unused includes
There is nothing in use from log2.h/of_address.h, remove them.
Signed-off-by: Anson Huang <Anson.Huang@....com>
---
drivers/pwm/pwm-imx-tpm.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/pwm/pwm-imx-tpm.c b/drivers/pwm/pwm-imx-tpm.c
index 9145f61..5f3d7f7 100644
--- a/drivers/pwm/pwm-imx-tpm.c
+++ b/drivers/pwm/pwm-imx-tpm.c
@@ -18,10 +18,8 @@
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/io.h>
-#include <linux/log2.h>
#include <linux/module.h>
#include <linux/of.h>
-#include <linux/of_address.h>
#include <linux/platform_device.h>
#include <linux/pwm.h>
#include <linux/slab.h>
--
2.7.4
Powered by blists - more mailing lists