Skip to content

Commit c0adbd1

Browse files
Anson-Huangthierryreding
authored andcommitted
pwm: imx-tpm: Remove unused includes
There is nothing in use from log2.h/of_address.h, remove them. Signed-off-by: Anson Huang <[email protected]> Acked-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 3ad1f3a commit c0adbd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/pwm/pwm-imx-tpm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
#include <linux/clk.h>
1919
#include <linux/err.h>
2020
#include <linux/io.h>
21-
#include <linux/log2.h>
2221
#include <linux/module.h>
2322
#include <linux/of.h>
24-
#include <linux/of_address.h>
2523
#include <linux/platform_device.h>
2624
#include <linux/pwm.h>
2725
#include <linux/slab.h>

0 commit comments

Comments
 (0)