Re: [PATCH RESEND] ARM: davinci: don't mark vpif_input structures as 'const'

2017-07-27 Thread Arnd Bergmann
On Thu, Jul 27, 2017 at 12:54 PM, Sekhar Nori wrote: > Hi Arnd, > > On Thursday 27 July 2017 03:42 PM, Arnd Bergmann wrote: >> A change to the platform data definitions caused a warning in the board code: >> >> arch/arm/mach-davinci/board-dm646x-evm.c:680:13: error: initialization

Re: [PATCH RESEND] ARM: davinci: don't mark vpif_input structures as 'const'

2017-07-27 Thread Arnd Bergmann
On Thu, Jul 27, 2017 at 12:54 PM, Sekhar Nori wrote: > Hi Arnd, > > On Thursday 27 July 2017 03:42 PM, Arnd Bergmann wrote: >> A change to the platform data definitions caused a warning in the board code: >> >> arch/arm/mach-davinci/board-dm646x-evm.c:680:13: error: initialization >> discards

Re: [PATCH RESEND] ARM: davinci: don't mark vpif_input structures as 'const'

2017-07-27 Thread Sekhar Nori
Hi Arnd, On Thursday 27 July 2017 03:42 PM, Arnd Bergmann wrote: > A change to the platform data definitions caused a warning in the board code: > > arch/arm/mach-davinci/board-dm646x-evm.c:680:13: error: initialization > discards 'const' qualifier from pointer target type >

Re: [PATCH RESEND] ARM: davinci: don't mark vpif_input structures as 'const'

2017-07-27 Thread Sekhar Nori
Hi Arnd, On Thursday 27 July 2017 03:42 PM, Arnd Bergmann wrote: > A change to the platform data definitions caused a warning in the board code: > > arch/arm/mach-davinci/board-dm646x-evm.c:680:13: error: initialization > discards 'const' qualifier from pointer target type >

[PATCH RESEND] ARM: davinci: don't mark vpif_input structures as 'const'

2017-07-27 Thread Arnd Bergmann
A change to the platform data definitions caused a warning in the board code: arch/arm/mach-davinci/board-dm646x-evm.c:680:13: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers] arch/arm/mach-davinci/board-dm646x-evm.c:690:13: error:

[PATCH RESEND] ARM: davinci: don't mark vpif_input structures as 'const'

2017-07-27 Thread Arnd Bergmann
A change to the platform data definitions caused a warning in the board code: arch/arm/mach-davinci/board-dm646x-evm.c:680:13: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers] arch/arm/mach-davinci/board-dm646x-evm.c:690:13: error: