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 */
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]>
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!