commit | 045f123d9c83b9a18c9d43a9afbf52bf0799640d | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Apr 29 19:12:44 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 21:44:50 2009 -0700 |
tree | e912ac6548f39dd57b76bc7519d853c33e430ec2 | |
parent | 700e2052c6814b1b1d2714225d568c5c64bc49ae [diff] |
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>