usbcore: rename usb_suspend_device to usb_port_suspend
authorAlan Stern <stern@rowland.harvard.edu>
Sun, 2 Jul 2006 02:07:21 +0000 (22:07 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:49 +0000 (11:58 -0700)
commit140d8f687457c40a66af362838fac0d7893e7df5
tree976b40f316c65f93bd1f391e5a7bd6107a4985cc
parent121e287cb554f3d3402c85a1950d852691b08f5c
usbcore: rename usb_suspend_device to usb_port_suspend

This revised patch (as715b) renames usb_suspend_device to
usb_port_suspend, usb_resume_device to usb_port_resume, and
finish_device_resume to finish_port_resume.  There was no objection to
the original version of the patch so this should be okay to apply.

The revision was needed only because I have re-arranged the order of the
earlier patches.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hub.c
drivers/usb/core/usb.c
drivers/usb/core/usb.h