diff options
| author | Alan Stern <stern@rowland.harvard.edu> | 2003-07-31 08:49:25 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-07-31 08:49:25 -0700 |
| commit | 28bd3683fa2e0ea77e683be680c7772c19e3cf8b (patch) | |
| tree | f55220b533b6f54486c9a85686b78f8f04d07f24 /include/linux/usb.h | |
| parent | 9508eb642884a0d5362e1cf872e1c50e56e7a072 (diff) | |
[PATCH] USB: Rename probe and unbind functions
The is the first part of what used to be as66c. It simply renames
usb_device_probe() and usb_device_remove() to usb_probe_interface() and
usb_unbind_interface(). And since they're not needed outside of usbcore,
it stops exporting them.
Diffstat (limited to 'include/linux/usb.h')
| -rw-r--r-- | include/linux/usb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index ac031c76c337..f7f7434d5ee9 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -487,8 +487,6 @@ extern int usb_register_dev(struct usb_interface *intf, extern void usb_deregister_dev(struct usb_interface *intf, struct usb_class_driver *class_driver); -extern int usb_device_probe(struct device *dev); -extern int usb_device_remove(struct device *dev); extern int usb_disabled(void); /* -------------------------------------------------------------------------- */ |
