From: Greg Kroah-Hartman Date: Thu, 30 Apr 2009 02:12:44 +0000 (-0700) Subject: USB: xhci: fix some compiler warnings in xhci.h X-Git-Tag: v2.6.31-rc1~304^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045f123d9c83b9a18c9d43a9afbf52bf0799640d;p=pandora-kernel.git 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 Cc: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed