]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] stop exporting two functions
authorDavid Brownell <david-b@pacbell.net>
Fri, 23 Sep 2005 05:45:26 +0000 (22:45 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:41 +0000 (16:47 -0700)
commit37b91df0bd73f42280c793c88bda58832401100b
tree497ba94999eb10524dd0d6d98ba708e83cae75d8
parentc462a4e154ff9c21b804edf99bf1515bd5762a9e
[PATCH] stop exporting two functions

The way we're looking at USB suspend lately doesn't expect drivers to
call usb_suspend_device() or usb_resume_device() directly; that'll
be implicit when no interfaces are in use.

This patch removes those APIs from visibility outside usbcore.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
 drivers/usb/core/hub.c |   12 ++++--------
 drivers/usb/core/usb.h |    4 ++++
 include/linux/usb.h    |    5 -----
 3 files changed, 8 insertions(+), 13 deletions(-)
drivers/usb/core/hub.c
drivers/usb/core/usb.h
include/linux/usb.h