Re: [PATCH] tile: fix build failure

2017-02-14 Thread Thomas Gleixner
On Tue, 14 Feb 2017, Stephen Rothwell wrote: > > linux-next is still failing for this error. Who will pick this up? > > Presumably the tip tree (timers/core). Added Thomas to cc. Applied.

Re: [PATCH] tile: fix build failure

2017-02-14 Thread Thomas Gleixner
On Tue, 14 Feb 2017, Stephen Rothwell wrote: > > linux-next is still failing for this error. Who will pick this up? > > Presumably the tip tree (timers/core). Added Thomas to cc. Applied.

Re: [PATCH] tile: fix build failure

2017-02-13 Thread Stephen Rothwell
Hi Sudip, On Mon, 13 Feb 2017 22:58:40 + Sudip Mukherjee wrote: > > On Tuesday 24 January 2017 04:56 PM, Chris Metcalf wrote: > > On 1/24/2017 11:39 AM, Sudip Mukherjee wrote: > >> From: Sudip Mukherjee > >> > >> The build of tilegx

Re: [PATCH] tile: fix build failure

2017-02-13 Thread Stephen Rothwell
Hi Sudip, On Mon, 13 Feb 2017 22:58:40 + Sudip Mukherjee wrote: > > On Tuesday 24 January 2017 04:56 PM, Chris Metcalf wrote: > > On 1/24/2017 11:39 AM, Sudip Mukherjee wrote: > >> From: Sudip Mukherjee > >> > >> The build of tilegx allmodconfig was failing with errors like: > >>

Re: [PATCH] tile: fix build failure

2017-02-13 Thread Sudip Mukherjee
On Tuesday 24 January 2017 04:56 PM, Chris Metcalf wrote: On 1/24/2017 11:39 AM, Sudip Mukherjee wrote: From: Sudip Mukherjee The build of tilegx allmodconfig was failing with errors like: ../arch/tile/include/asm/div64.h:5:15: error: unknown type name 'u64'

Re: [PATCH] tile: fix build failure

2017-02-13 Thread Sudip Mukherjee
On Tuesday 24 January 2017 04:56 PM, Chris Metcalf wrote: On 1/24/2017 11:39 AM, Sudip Mukherjee wrote: From: Sudip Mukherjee The build of tilegx allmodconfig was failing with errors like: ../arch/tile/include/asm/div64.h:5:15: error: unknown type name 'u64' static inline u64

Re: [PATCH] tile: fix build failure

2017-01-24 Thread Chris Metcalf
On 1/24/2017 11:39 AM, Sudip Mukherjee wrote: From: Sudip Mukherjee The build of tilegx allmodconfig was failing with errors like: ../arch/tile/include/asm/div64.h:5:15: error: unknown type name 'u64' static inline u64 mul_u32_u32(u32 a, u32 b) ^~~

Re: [PATCH] tile: fix build failure

2017-01-24 Thread Chris Metcalf
On 1/24/2017 11:39 AM, Sudip Mukherjee wrote: From: Sudip Mukherjee The build of tilegx allmodconfig was failing with errors like: ../arch/tile/include/asm/div64.h:5:15: error: unknown type name 'u64' static inline u64 mul_u32_u32(u32 a, u32 b) ^~~

[PATCH] tile: fix build failure

2017-01-24 Thread Sudip Mukherjee
From: Sudip Mukherjee The build of tilegx allmodconfig was failing with errors like: ../arch/tile/include/asm/div64.h:5:15: error: unknown type name 'u64' static inline u64 mul_u32_u32(u32 a, u32 b) ^~~ ../arch/tile/include/asm/div64.h:5:31: error:

[PATCH] tile: fix build failure

2017-01-24 Thread Sudip Mukherjee
From: Sudip Mukherjee The build of tilegx allmodconfig was failing with errors like: ../arch/tile/include/asm/div64.h:5:15: error: unknown type name 'u64' static inline u64 mul_u32_u32(u32 a, u32 b) ^~~ ../arch/tile/include/asm/div64.h:5:31: error: unknown type name 'u32' static

Re: [PATCH] tile: fix build failure

2015-09-28 Thread Sudip Mukherjee
On Tue, Sep 08, 2015 at 01:44:26PM -0400, Chris Metcalf wrote: > On 09/07/2015 10:36 AM, Sudip Mukherjee wrote: > >When building with allmodconfig the build was failing with the error: > > > >arch/tile/kernel/usb.c:70:1: warning: data definition has no type or storage > >class [enabled by

Re: [PATCH] tile: fix build failure

2015-09-28 Thread Sudip Mukherjee
On Tue, Sep 08, 2015 at 01:44:26PM -0400, Chris Metcalf wrote: > On 09/07/2015 10:36 AM, Sudip Mukherjee wrote: > >When building with allmodconfig the build was failing with the error: > > > >arch/tile/kernel/usb.c:70:1: warning: data definition has no type or storage > >class [enabled by

Re: [PATCH] tile: fix build failure

2015-09-08 Thread Chris Metcalf
On 09/07/2015 10:36 AM, Sudip Mukherjee wrote: When building with allmodconfig the build was failing with the error: arch/tile/kernel/usb.c:70:1: warning: data definition has no type or storage class [enabled by default] arch/tile/kernel/usb.c:70:1: error: type defaults to 'int' in declaration

Re: [PATCH] tile: fix build failure

2015-09-08 Thread Chris Metcalf
On 09/07/2015 10:36 AM, Sudip Mukherjee wrote: When building with allmodconfig the build was failing with the error: arch/tile/kernel/usb.c:70:1: warning: data definition has no type or storage class [enabled by default] arch/tile/kernel/usb.c:70:1: error: type defaults to 'int' in declaration

[PATCH] tile: fix build failure

2015-09-07 Thread Sudip Mukherjee
When building with allmodconfig the build was failing with the error: arch/tile/kernel/usb.c:70:1: warning: data definition has no type or storage class [enabled by default] arch/tile/kernel/usb.c:70:1: error: type defaults to 'int' in declaration of 'arch_initcall' [-Werror=implicit-int]

[PATCH] tile: fix build failure

2015-09-07 Thread Sudip Mukherjee
When building with allmodconfig the build was failing with the error: arch/tile/kernel/usb.c:70:1: warning: data definition has no type or storage class [enabled by default] arch/tile/kernel/usb.c:70:1: error: type defaults to 'int' in declaration of 'arch_initcall' [-Werror=implicit-int]