Re: [PATCH] ARM: s3c64xx: avoid warning about 'struct device_node'

2016-07-14 Thread Arnd Bergmann
On Monday, July 11, 2016 1:40:45 PM CEST Arnd Bergmann wrote: > On Monday, July 11, 2016 1:15:11 PM CEST Arnd Bergmann wrote: > > On Monday, June 27, 2016 1:33:51 PM CEST Krzysztof Kozlowski wrote: > > > On 06/27/2016 01:02 PM, Arnd Bergmann wrote: > > > > The change to simplify of_platform_populat

Re: [PATCH] ARM: s3c64xx: avoid warning about 'struct device_node'

2016-07-11 Thread Arnd Bergmann
On Monday, July 11, 2016 1:15:11 PM CEST Arnd Bergmann wrote: > On Monday, June 27, 2016 1:33:51 PM CEST Krzysztof Kozlowski wrote: > > On 06/27/2016 01:02 PM, Arnd Bergmann wrote: > > > The change to simplify of_platform_populate() had an unintended > > > side-effect of introducing a build warning

Re: [PATCH] ARM: s3c64xx: avoid warning about 'struct device_node'

2016-07-11 Thread Arnd Bergmann
On Monday, June 27, 2016 1:33:51 PM CEST Krzysztof Kozlowski wrote: > On 06/27/2016 01:02 PM, Arnd Bergmann wrote: > > The change to simplify of_platform_populate() had an unintended > > side-effect of introducing a build warning on s3c64xx: > > > > In file included from arch/arm/mach-s3c64xx/mach

Re: [PATCH] ARM: s3c64xx: avoid warning about 'struct device_node'

2016-06-27 Thread Krzysztof Kozlowski
On 06/27/2016 01:02 PM, Arnd Bergmann wrote: > The change to simplify of_platform_populate() had an unintended > side-effect of introducing a build warning on s3c64xx: > > In file included from arch/arm/mach-s3c64xx/mach-s3c64xx-dt.c:18:0: > arch/arm/mach-s3c64xx/common.h:27:30: error: 'struct dev

[PATCH] ARM: s3c64xx: avoid warning about 'struct device_node'

2016-06-27 Thread Arnd Bergmann
The change to simplify of_platform_populate() had an unintended side-effect of introducing a build warning on s3c64xx: In file included from arch/arm/mach-s3c64xx/mach-s3c64xx-dt.c:18:0: arch/arm/mach-s3c64xx/common.h:27:30: error: 'struct device_node' declared inside parameter list will not be v