commit | 2b05593da61555b091ee1640dc6c4fcb235771e9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Oct 03 13:28:44 2012 +0000 |
committer | jason <jason@jason-ThinkPad-T61.(none)> | Fri Oct 19 23:47:41 2012 +0800 |
tree | e08cc37954751f7aa42c76fe47aa6eb185adb89d | |
parent | 37d6cc3176efc2b643c8e6f8ab95621a757f5174 [diff] |
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>