]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
m68k: Fix unused variable warning
authorMarek Vasut <marex@denx.de>
Wed, 3 Oct 2012 13:28:44 +0000 (13:28 +0000)
committerjason <jason@jason-ThinkPad-T61.(none)>
Fri, 19 Oct 2012 15:47:41 +0000 (23:47 +0800)
commit2b05593da61555b091ee1640dc6c4fcb235771e9
treee08cc37954751f7aa42c76fe47aa6eb185adb89d
parent37d6cc3176efc2b643c8e6f8ab95621a757f5174
m68k: Fix unused variable warning

The fbcs variable was unused, producing the following warning:

cpu_init.c: In function 'cpu_init_f':
cpu_init.c:52:10: warning: unused variable 'fbcs' [-Wunused-variable]

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: "Jin Zhengxiong-R64188" <R64188@freescale.com>
Cc: Jason Jin <jason.jin@freescale.com>
arch/m68k/cpu/mcf5445x/cpu_init.c