From: Sarah Sharp Date: Fri, 30 Jul 2010 05:12:56 +0000 (-0700) Subject: USB: xhci: Make xhci_set_hc_event_deq() static. X-Git-Tag: v2.6.36-rc1~293^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257d585aaec469ded6ec15d8a8e7ebada21d7277;p=pandora-kernel.git USB: xhci: Make xhci_set_hc_event_deq() static. Now that the event handler functions no longer use xhci_set_hc_event_deq() to update the event ring dequeue pointer, that function is not used by anything in xhci-ring.c. Move that function into xhci-mem.c and make it static. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed