diff options
| author | Anson Huang <[email protected]> | 2020-02-21 07:45:27 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2020-03-30 14:55:26 +0000 |
| commit | c0adbd1cdfcdf78f48b1d7797c775b9d36d665a9 (patch) | |
| tree | a9d6b96bb5b8ff00b1a8cf1990c1643fe72679a2 /drivers/pwm/pwm-imx-tpm.c | |
| parent | pwm: Implement some checks for lowlevel drivers (diff) | |
| download | kernel-c0adbd1cdfcdf78f48b1d7797c775b9d36d665a9.tar.gz kernel-c0adbd1cdfcdf78f48b1d7797c775b9d36d665a9.zip | |
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]>
Diffstat (limited to 'drivers/pwm/pwm-imx-tpm.c')
| -rw-r--r-- | drivers/pwm/pwm-imx-tpm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pwm/pwm-imx-tpm.c b/drivers/pwm/pwm-imx-tpm.c index 9145f6160649..5f3d7f7e6aef 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> |
