diff mbox series

arch/arm/xen: Remove duplicate header

Message ID 20190107173719.GA30197@jordon-HP-15-Notebook-PC (mailing list archive)
State Mainlined, archived
Commit 8d2df8a2d0fa59d1214841202d8e9176057c42ae
Headers show
Series arch/arm/xen: Remove duplicate header | expand

Commit Message

Souptick Joarder Jan. 7, 2019, 5:37 p.m. UTC
Remove duplicate header which is included twice.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
 arch/arm/xen/mm.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Oleksandr Andrushchenko Jan. 14, 2019, 10:38 a.m. UTC | #1
On 1/7/19 7:37 PM, Souptick Joarder wrote:
> Remove duplicate header which is included twice.
>
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
> ---
>   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>
>
Souptick Joarder Jan. 28, 2019, 6:34 a.m. UTC | #2
On Mon, Jan 14, 2019 at 4:08 PM Oleksandr Andrushchenko
<andr2000@gmail.com> wrote:
>
> On 1/7/19 7:37 PM, Souptick Joarder wrote:
> > Remove duplicate header which is included twice.
> >
> > Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>

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>
> >
>
Oleksandr Andrushchenko Jan. 28, 2019, 8:29 a.m. UTC | #3
+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
> <andr2000@gmail.com> wrote:
>> On 1/7/19 7:37 PM, Souptick Joarder wrote:
>>> Remove duplicate header which is included twice.
>>>
>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
>> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
> 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>
>>>
Boris Ostrovsky Jan. 28, 2019, 9:17 p.m. UTC | #4
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
>> <andr2000@gmail.com> wrote:
>>> On 1/7/19 7:37 PM, Souptick Joarder wrote:
>>>> Remove duplicate header which is included twice.
>>>>
>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
>>> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>> 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>
>>>>
>
Stefano Stabellini Jan. 28, 2019, 10:40 p.m. UTC | #5
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 <sstabellini@kernel.org>


> >
> > On 1/28/19 8:34 AM, Souptick Joarder wrote:
> >> On Mon, Jan 14, 2019 at 4:08 PM Oleksandr Andrushchenko
> >> <andr2000@gmail.com> wrote:
> >>> On 1/7/19 7:37 PM, Souptick Joarder wrote:
> >>>> Remove duplicate header which is included twice.
> >>>>
> >>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> >>> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
> >> 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>
> >>>>
> >
>
diff mbox series

Patch

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>