USB: xhci: fix some compiler warnings in xhci.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 30 Apr 2009 02:12:44 +0000 (19:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Jun 2009 04:44:50 +0000 (21:44 -0700)
commit045f123d9c83b9a18c9d43a9afbf52bf0799640d
treee912ac6548f39dd57b76bc7519d853c33e430ec2
parent700e2052c6814b1b1d2714225d568c5c64bc49ae
USB: xhci: fix some compiler warnings in xhci.h

This fixes the warning:
drivers/usb/host/xhci.h:1083: warning: passing argument 1 of ‘xhci_to_hcd’ discards qualifiers from pointer target type
drivers/usb/host/xhci.h:1083: warning: passing argument 1 of ‘xhci_to_hcd’ discards qualifiers from pointer target type

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/xhci.h