]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx: fix imx_init_l2cache storage class
authorVincent Stehlé <vincent.stehle@freescale.com>
Wed, 10 Jul 2013 09:45:46 +0000 (11:45 +0200)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:53:43 +0000 (09:53 +0800)
commit307297f3c0edd26bd2ddbb10a6cd17904e334e5b
tree88fcd21bb5bc9257f73c447bbf796d2a48da8672
parent87d93b62fa0b5de9c2a87eceb54325f933e6846d
ARM: imx: fix imx_init_l2cache storage class

This fixes the following compilation error:

  arch/arm/mach-imx/system.c:101:123: error: static declaration of
    ‘imx_init_l2cache’ follows non-static declaration
  In file included from arch/arm/mach-imx/system.c:32:0:
  arch/arm/mach-imx/common.h:165:13: note: previous declaration of
    ‘imx_init_l2cache’ was here
  arch/arm/mach-imx/system.c:101:123: warning: ‘imx_init_l2cache’ defined but
    not used [-Wunused-function]

Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/system.c