commit | 257d585aaec469ded6ec15d8a8e7ebada21d7277 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Thu Jul 29 22:12:56 2010 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 10 14:35:44 2010 -0700 |
tree | 60d844978302669d6be363ba6eb454b38c575038 | |
parent | c06d68b814d556cff5a4dc589215f5ed9f0b7fd5 [diff] |
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 <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>