commit | 502dd36b78b4b0d1b9e347609f53782f66b5edf3 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Nov 09 10:03:01 2011 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Nov 11 07:49:00 2011 -0600 |
tree | 7f00178b68a97b8e78d48ba69411105fc5ebb6ce | |
parent | 945f43101ec79fa1c9ced8e7f3a6418b273ec55d [diff] |
board/freescale/mpc8568mds/mpc8568mds.c: Fix GCC 4.6 build warning Fix: mpc8568mds.c: In function 'local_bus_init': mpc8568mds.c:150:7: warning: variable 'lbc_hz' set but not used [-Wunused-but-set-variable] mpc8568mds.c: In function 'pib_init': mpc8568mds.c:271:11: warning: variable 'orig_i2c_bus' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala <galak@kernel.crashing.org>