fio: Eliminate compilation warning in ppc
authorSumanth K <sumantk2@linux.vnet.ibm.com>
Mon, 16 Jun 2014 05:38:16 +0000 (11:08 +0530)
committerJens Axboe <axboe@fb.com>
Mon, 16 Jun 2014 19:35:39 +0000 (13:35 -0600)
commit1b4f8c7f78793428084688f27a412139b259972b
tree7bc314f5be92eb4d3f3ed7c880c6af572b2c9c5d
parent0ed2192dc4600ebef0715e748969b80fd58fe156
fio: Eliminate compilation warning in ppc

Eliminate compilation warning : 'atb_clocktest' defined but
not used. Function is declared as static in header file. So compiler will
know if they used or not. Just eliminate the warning by #if 0 /unless we do
use it.

Signed-off-by: Sumanth K <sumantk2@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
arch/arch-ppc.h