2020-01-08 02:03:55

by Yue Haibing

[permalink] [raw]
Subject: [PATCH -next] power: avs: qcom-cpr: remove duplicated include from qcom-cpr.c

Remove duplicated include.

Signed-off-by: YueHaibing <[email protected]>
---
drivers/power/avs/qcom-cpr.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/power/avs/qcom-cpr.c b/drivers/power/avs/qcom-cpr.c
index 9247f53550b3..9b1d7d919ee9 100644
--- a/drivers/power/avs/qcom-cpr.c
+++ b/drivers/power/avs/qcom-cpr.c
@@ -25,7 +25,6 @@
#include <linux/regulator/consumer.h>
#include <linux/clk.h>
#include <linux/nvmem-consumer.h>
-#include <linux/bitops.h>

/* Register Offsets for RB-CPR and Bit Definitions */




2020-01-08 10:59:33

by Niklas Cassel

[permalink] [raw]
Subject: Re: [PATCH -next] power: avs: qcom-cpr: remove duplicated include from qcom-cpr.c

On Wed, Jan 08, 2020 at 01:58:49AM +0000, YueHaibing wrote:
> Remove duplicated include.
>
> Signed-off-by: YueHaibing <[email protected]>
> ---
> drivers/power/avs/qcom-cpr.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/power/avs/qcom-cpr.c b/drivers/power/avs/qcom-cpr.c
> index 9247f53550b3..9b1d7d919ee9 100644
> --- a/drivers/power/avs/qcom-cpr.c
> +++ b/drivers/power/avs/qcom-cpr.c
> @@ -25,7 +25,6 @@
> #include <linux/regulator/consumer.h>
> #include <linux/clk.h>
> #include <linux/nvmem-consumer.h>
> -#include <linux/bitops.h>
>
> /* Register Offsets for RB-CPR and Bit Definitions */
>
>
>

Thank you for this fix.

Acked-by: Niklas Cassel <[email protected]>

2020-01-08 22:31:11

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH -next] power: avs: qcom-cpr: remove duplicated include from qcom-cpr.c

On Wed, Jan 8, 2020 at 10:45 AM Niklas Cassel <[email protected]> wrote:
>
> On Wed, Jan 08, 2020 at 01:58:49AM +0000, YueHaibing wrote:
> > Remove duplicated include.
> >
> > Signed-off-by: YueHaibing <[email protected]>
> > ---
> > drivers/power/avs/qcom-cpr.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/power/avs/qcom-cpr.c b/drivers/power/avs/qcom-cpr.c
> > index 9247f53550b3..9b1d7d919ee9 100644
> > --- a/drivers/power/avs/qcom-cpr.c
> > +++ b/drivers/power/avs/qcom-cpr.c
> > @@ -25,7 +25,6 @@
> > #include <linux/regulator/consumer.h>
> > #include <linux/clk.h>
> > #include <linux/nvmem-consumer.h>
> > -#include <linux/bitops.h>
> >
> > /* Register Offsets for RB-CPR and Bit Definitions */
> >
> >
> >
>
> Thank you for this fix.
>
> Acked-by: Niklas Cassel <[email protected]>

Applied, thanks!