[PATCH] USB: Kill compiler warning in quirk_usb_handoff_ohci
authorKyle McMartin <kyle@parisc-linux.org>
Sun, 25 Jun 2006 22:45:29 +0000 (18:45 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 12 Jul 2006 23:03:22 +0000 (16:03 -0700)
commitc1b45f247a2901de3982f33196d5caf8ca5b9799
tree6b5d1f0f222aca3e726ec81c11d57e40eb914cef
parent224654004ca688af67cec44d9300e8c3f647577c
[PATCH] USB: Kill compiler warning in quirk_usb_handoff_ohci

Move variables only used on !__hppa__ into that #ifndef section. This
cleans up a compiler warning on parisc. Problem pointed out by
Joel Soete.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/pci-quirks.c