[PATCH] s390: move var declarations behind ifdef
authorSerge E. Hallyn <serue@us.ibm.com>
Mon, 10 Jul 2006 11:45:17 +0000 (04:45 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 10 Jul 2006 20:24:24 +0000 (13:24 -0700)
commit9c4b9a9b553794d81cc8a335dac270ac86fd7798
tree2f4825681bdf62aea8953179980c4e0326c77254
parent2d77f6fcf841261796f01cba19b4ea1ad8713936
[PATCH] s390: move var declarations behind ifdef

Two variables in drivers/s390/net/qeth_main.c:qeth_send_packet() are only
used if CONFIG_QETH_PERF_STATS.  Move their definition under the same ifdef
to remove compiler warning.

Signed-off-by: Serge Hallyn <serue@us.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/s390/net/qeth_main.c