Message ID | 1582271129-13589-1-git-send-email-Anson.Huang@nxp.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | c0adbd1cdfcdf78f48b1d7797c775b9d36d665a9 |
Headers | show |
Series | [1/3] pwm: imx-tpm: Remove unused includes | expand |
On Fri, Feb 21, 2020 at 03:45:27PM +0800, Anson Huang wrote: > There is nothing in use from log2.h/of_address.h, remove them. > > Signed-off-by: Anson Huang <Anson.Huang@nxp.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> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Best regards Uwe
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>
There is nothing in use from log2.h/of_address.h, remove them. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> --- drivers/pwm/pwm-imx-tpm.c | 2 -- 1 file changed, 2 deletions(-)