Re: [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header

From: Brajeswar Ghosh
Date: Wed Jan 30 2019 - 08:54:00 EST


On Mon, Jan 7, 2019 at 4:12 PM Laurentiu Tudor <laurentiu.tudor@xxxxxxx> wrote:
>
>
>
> On 09.11.2018 11:51, Brajeswar Ghosh wrote:
> > Remove linux/fsl/mc.h which is included more than once
> >
> > Signed-off-by: Brajeswar Ghosh <brajeswar.linux@xxxxxxxxx>
>
> Acked-by: Laurentiu Tudor <laurentiu.tudor@xxxxxxx>
>
> ---
> Best Regards, Laurentiu

If no further comment, can we get this patch in queue for 5.1 ?

>
> > ---
> > drivers/bus/fsl-mc/dpbp.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/bus/fsl-mc/dpbp.c b/drivers/bus/fsl-mc/dpbp.c
> > index 17e3c5d2f22e..9003cd3698a5 100644
> > --- a/drivers/bus/fsl-mc/dpbp.c
> > +++ b/drivers/bus/fsl-mc/dpbp.c
> > @@ -5,7 +5,6 @@
> > */
> > #include <linux/kernel.h>
> > #include <linux/fsl/mc.h>
> > -#include <linux/fsl/mc.h>
> >
> > #include "fsl-mc-private.h"
> >
> >