Re: [PATCH linux-next] ARM: keystone: fix compilation warning

2013-06-27 Thread Stephen Rothwell
Hi all, On Fri, 28 Jun 2013 10:23:08 +1000 Stephen Rothwell wrote: > > This is only needed after the merge of the akpm tree, so I will add it > there for today. I changed my mind and applied Arnd's patch instead (see my other reply). -- Cheers, Stephen Rothwells...@canb.au

Re: [PATCH linux-next] ARM: keystone: fix compilation warning

2013-06-27 Thread Stephen Rothwell
Hi Vincent, On Thu, 27 Jun 2013 14:49:27 +0200 Vincent Stehlé wrote: > > Fix the following compilation warning: > > arch/arm/mach-keystone/keystone.c:74:2: warning: initialization from > incompatible pointer type [enabled by default] > arch/arm/mach-keystone/keystone.c:74:2: warning: (near

[PATCH linux-next] ARM: keystone: fix compilation warning

2013-06-27 Thread Vincent Stehlé
Fix the following compilation warning: arch/arm/mach-keystone/keystone.c:74:2: warning: initialization from incompatible pointer type [enabled by default] arch/arm/mach-keystone/keystone.c:74:2: warning: (near initialization for ‘__mach_desc_KEYSTONE.restart’) [enabled by default] Signed-of