Re: [PATCH linux-next] ARM: imx: fix imx_init_l2cache storage class

2013-07-10 Thread Shawn Guo
Vincent, Sorry. I was not aware of that imx_v6_v7_defconfig does not have CACHE_L2X0 enabled, so I did not catch it with my testing. Thanks for fixing it. On Wed, Jul 10, 2013 at 11:45:46AM +0200, Vincent Stehlé wrote: > Commit 879ec1ceeac21285d62606c1e96520887efcd9bc makes imx_init_l2cache a

[PATCH linux-next] ARM: imx: fix imx_init_l2cache storage class

2013-07-10 Thread Vincent Stehlé
Commit 879ec1ceeac21285d62606c1e96520887efcd9bc makes imx_init_l2cache a common function and updates the header declaration accordingly. Fix function storage class, too. This fixes the following compilation error: arch/arm/mach-imx/system.c:101:123: error: static declaration of

[PATCH linux-next] ARM: imx: fix imx_init_l2cache storage class

2013-07-10 Thread Vincent Stehlé
Commit 879ec1ceeac21285d62606c1e96520887efcd9bc makes imx_init_l2cache a common function and updates the header declaration accordingly. Fix function storage class, too. This fixes the following compilation error: arch/arm/mach-imx/system.c:101:123: error: static declaration of

Re: [PATCH linux-next] ARM: imx: fix imx_init_l2cache storage class

2013-07-10 Thread Shawn Guo
Vincent, Sorry. I was not aware of that imx_v6_v7_defconfig does not have CACHE_L2X0 enabled, so I did not catch it with my testing. Thanks for fixing it. On Wed, Jul 10, 2013 at 11:45:46AM +0200, Vincent Stehlé wrote: Commit 879ec1ceeac21285d62606c1e96520887efcd9bc makes imx_init_l2cache a