commit | c1b45f247a2901de3982f33196d5caf8ca5b9799 | [log] [tgz] |
---|---|---|
author | Kyle McMartin <kyle@parisc-linux.org> | Sun Jun 25 18:45:29 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 12 16:03:22 2006 -0700 |
tree | 6b5d1f0f222aca3e726ec81c11d57e40eb914cef | |
parent | 224654004ca688af67cec44d9300e8c3f647577c [diff] |
[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>