2019-01-07 19:55:32

by Souptick Joarder

[permalink] [raw]
Subject: [PATCH] arch/arm/xen: Remove duplicate header

Remove duplicate header which is included twice.

Signed-off-by: Souptick Joarder <[email protected]>
---
arch/arm/xen/mm.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
index cb44aa2..e1d44b9 100644
--- a/arch/arm/xen/mm.c
+++ b/arch/arm/xen/mm.c
@@ -7,7 +7,6 @@
#include <linux/of_address.h>
#include <linux/slab.h>
#include <linux/types.h>
-#include <linux/dma-mapping.h>
#include <linux/vmalloc.h>
#include <linux/swiotlb.h>

--
1.9.1



2019-01-14 10:40:36

by Oleksandr Andrushchenko

[permalink] [raw]
Subject: Re: [Xen-devel] [PATCH] arch/arm/xen: Remove duplicate header

On 1/7/19 7:37 PM, Souptick Joarder wrote:
> Remove duplicate header which is included twice.
>
> Signed-off-by: Souptick Joarder <[email protected]>
Reviewed-by: Oleksandr Andrushchenko <[email protected]>
> ---
> arch/arm/xen/mm.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
> index cb44aa2..e1d44b9 100644
> --- a/arch/arm/xen/mm.c
> +++ b/arch/arm/xen/mm.c
> @@ -7,7 +7,6 @@
> #include <linux/of_address.h>
> #include <linux/slab.h>
> #include <linux/types.h>
> -#include <linux/dma-mapping.h>
> #include <linux/vmalloc.h>
> #include <linux/swiotlb.h>
>


2019-01-28 06:36:18

by Souptick Joarder

[permalink] [raw]
Subject: Re: [Xen-devel] [PATCH] arch/arm/xen: Remove duplicate header

On Mon, Jan 14, 2019 at 4:08 PM Oleksandr Andrushchenko
<[email protected]> wrote:
>
> On 1/7/19 7:37 PM, Souptick Joarder wrote:
> > Remove duplicate header which is included twice.
> >
> > Signed-off-by: Souptick Joarder <[email protected]>
> Reviewed-by: Oleksandr Andrushchenko <[email protected]>

Can we get this patch in queue for 5.1 ?
> > ---
> > arch/arm/xen/mm.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
> > index cb44aa2..e1d44b9 100644
> > --- a/arch/arm/xen/mm.c
> > +++ b/arch/arm/xen/mm.c
> > @@ -7,7 +7,6 @@
> > #include <linux/of_address.h>
> > #include <linux/slab.h>
> > #include <linux/types.h>
> > -#include <linux/dma-mapping.h>
> > #include <linux/vmalloc.h>
> > #include <linux/swiotlb.h>
> >
>

2019-01-28 08:29:53

by Oleksandr Andrushchenko

[permalink] [raw]
Subject: Re: [Xen-devel] [PATCH] arch/arm/xen: Remove duplicate header

+Boris and Juergen who can also help getting it in

On 1/28/19 8:34 AM, Souptick Joarder wrote:
> On Mon, Jan 14, 2019 at 4:08 PM Oleksandr Andrushchenko
> <[email protected]> wrote:
>> On 1/7/19 7:37 PM, Souptick Joarder wrote:
>>> Remove duplicate header which is included twice.
>>>
>>> Signed-off-by: Souptick Joarder <[email protected]>
>> Reviewed-by: Oleksandr Andrushchenko <[email protected]>
> Can we get this patch in queue for 5.1 ?
>>> ---
>>> arch/arm/xen/mm.c | 1 -
>>> 1 file changed, 1 deletion(-)
>>>
>>> diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
>>> index cb44aa2..e1d44b9 100644
>>> --- a/arch/arm/xen/mm.c
>>> +++ b/arch/arm/xen/mm.c
>>> @@ -7,7 +7,6 @@
>>> #include <linux/of_address.h>
>>> #include <linux/slab.h>
>>> #include <linux/types.h>
>>> -#include <linux/dma-mapping.h>
>>> #include <linux/vmalloc.h>
>>> #include <linux/swiotlb.h>
>>>


2019-01-28 21:20:20

by Boris Ostrovsky

[permalink] [raw]
Subject: Re: [Xen-devel] [PATCH] arch/arm/xen: Remove duplicate header

On 1/28/19 3:29 AM, Oleksandr Andrushchenko wrote:
> +Boris and Juergen who can also help getting it in

I can put this in but I'd like to have Stefano's ack, this being ARM.

-boris


>
> On 1/28/19 8:34 AM, Souptick Joarder wrote:
>> On Mon, Jan 14, 2019 at 4:08 PM Oleksandr Andrushchenko
>> <[email protected]> wrote:
>>> On 1/7/19 7:37 PM, Souptick Joarder wrote:
>>>> Remove duplicate header which is included twice.
>>>>
>>>> Signed-off-by: Souptick Joarder <[email protected]>
>>> Reviewed-by: Oleksandr Andrushchenko <[email protected]>
>> Can we get this patch in queue for 5.1 ?
>>>> ---
>>>>    arch/arm/xen/mm.c | 1 -
>>>>    1 file changed, 1 deletion(-)
>>>>
>>>> diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
>>>> index cb44aa2..e1d44b9 100644
>>>> --- a/arch/arm/xen/mm.c
>>>> +++ b/arch/arm/xen/mm.c
>>>> @@ -7,7 +7,6 @@
>>>>    #include <linux/of_address.h>
>>>>    #include <linux/slab.h>
>>>>    #include <linux/types.h>
>>>> -#include <linux/dma-mapping.h>
>>>>    #include <linux/vmalloc.h>
>>>>    #include <linux/swiotlb.h>
>>>>
>


2019-01-28 22:42:47

by Stefano Stabellini

[permalink] [raw]
Subject: Re: [Xen-devel] [PATCH] arch/arm/xen: Remove duplicate header

On Mon, 28 Jan 2019, Boris Ostrovsky wrote:
> On 1/28/19 3:29 AM, Oleksandr Andrushchenko wrote:
> > +Boris and Juergen who can also help getting it in
>
> I can put this in but I'd like to have Stefano's ack, this being ARM.

The patch is OK. Sorry for not replying earlier, this thread fell off my
radar somehow.

Acked-by: Stefano Stabellini <[email protected]>


> >
> > On 1/28/19 8:34 AM, Souptick Joarder wrote:
> >> On Mon, Jan 14, 2019 at 4:08 PM Oleksandr Andrushchenko
> >> <[email protected]> wrote:
> >>> On 1/7/19 7:37 PM, Souptick Joarder wrote:
> >>>> Remove duplicate header which is included twice.
> >>>>
> >>>> Signed-off-by: Souptick Joarder <[email protected]>
> >>> Reviewed-by: Oleksandr Andrushchenko <[email protected]>
> >> Can we get this patch in queue for 5.1 ?
> >>>> ---
> >>>>    arch/arm/xen/mm.c | 1 -
> >>>>    1 file changed, 1 deletion(-)
> >>>>
> >>>> diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c
> >>>> index cb44aa2..e1d44b9 100644
> >>>> --- a/arch/arm/xen/mm.c
> >>>> +++ b/arch/arm/xen/mm.c
> >>>> @@ -7,7 +7,6 @@
> >>>>    #include <linux/of_address.h>
> >>>>    #include <linux/slab.h>
> >>>>    #include <linux/types.h>
> >>>> -#include <linux/dma-mapping.h>
> >>>>    #include <linux/vmalloc.h>
> >>>>    #include <linux/swiotlb.h>
> >>>>
> >
>