projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad1f3a
)
pwm: imx-tpm: Remove unused includes
author
Anson Huang
<Anson.Huang@nxp.com>
Fri, 21 Feb 2020 07:45:27 +0000
(15:45 +0800)
committer
Thierry Reding
<thierry.reding@gmail.com>
Mon, 30 Mar 2020 14:55:26 +0000
(16:55 +0200)
There is nothing in use from log2.h/of_address.h, remove them.
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-imx-tpm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pwm/pwm-imx-tpm.c
b/drivers/pwm/pwm-imx-tpm.c
index 9145f61606497cb0aa90aafd9e903c26e83a1374..5f3d7f7e6aef0aa4a738a4bd28ff84e8814a6cf7 100644
(file)
--- 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>