Re: [PATCH] asm-generic/io.h: remove unnecessary include of linux/vmalloc.h

2017-11-07 Thread Tobias Klauser
Hi Arnd On 2017-09-05 at 17:11:50 +0200, Arnd Bergmann wrote: > On Tue, Sep 5, 2017 at 1:27 PM, Tobias Klauser wrote: > > Including linux/vmalloc.h in asm-generic/io.h isn't necessary since none > > of the definitions are used in the header itself. Remove the include in > > order to avoid potent

Re: [PATCH] asm-generic/io.h: remove unnecessary include of linux/vmalloc.h

2017-09-08 Thread Tobias Klauser
On 2017-09-07 at 21:36:45 +0200, kbuild test robot wrote: > Hi Tobias, > > [auto build test ERROR on v4.13] > [also build test ERROR on next-20170907] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: > https://github.com/0day-ci

Re: [PATCH] asm-generic/io.h: remove unnecessary include of linux/vmalloc.h

2017-09-07 Thread kbuild test robot
Hi Tobias, [auto build test ERROR on v4.13] [also build test ERROR on next-20170907] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Tobias-Klauser/asm-generic-io-h-remove-unnecessary-include-of-

Re: [PATCH] asm-generic/io.h: remove unnecessary include of linux/vmalloc.h

2017-09-07 Thread kbuild test robot
Hi Tobias, [auto build test WARNING on v4.13] [also build test WARNING on next-20170907] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Tobias-Klauser/asm-generic-io-h-remove-unnecessary-include

Re: [PATCH] asm-generic/io.h: remove unnecessary include of linux/vmalloc.h

2017-09-05 Thread Arnd Bergmann
On Tue, Sep 5, 2017 at 5:21 PM, Tobias Klauser wrote: > On 2017-09-05 at 17:11:50 +0200, Arnd Bergmann wrote: >> On Tue, Sep 5, 2017 at 1:27 PM, Tobias Klauser wrote: >> > Including linux/vmalloc.h in asm-generic/io.h isn't necessary since none >> > of the definitions are used in the header itse

Re: [PATCH] asm-generic/io.h: remove unnecessary include of linux/vmalloc.h

2017-09-05 Thread Tobias Klauser
On 2017-09-05 at 17:11:50 +0200, Arnd Bergmann wrote: > On Tue, Sep 5, 2017 at 1:27 PM, Tobias Klauser wrote: > > Including linux/vmalloc.h in asm-generic/io.h isn't necessary since none > > of the definitions are used in the header itself. Remove the include in > > order to avoid potential heade

Re: [PATCH] asm-generic/io.h: remove unnecessary include of linux/vmalloc.h

2017-09-05 Thread Arnd Bergmann
On Tue, Sep 5, 2017 at 1:27 PM, Tobias Klauser wrote: > Including linux/vmalloc.h in asm-generic/io.h isn't necessary since none > of the definitions are used in the header itself. Remove the include in > order to avoid potential header dependency problems if other headers > rely on implict inclus

[PATCH] asm-generic/io.h: remove unnecessary include of linux/vmalloc.h

2017-09-05 Thread Tobias Klauser
Including linux/vmalloc.h in asm-generic/io.h isn't necessary since none of the definitions are used in the header itself. Remove the include in order to avoid potential header dependency problems if other headers rely on implict inclusion of linux/vmalloc.h which means that changes there could bre