From: David Brownell Date: Fri, 23 Sep 2005 05:45:26 +0000 (-0700) Subject: [PATCH] stop exporting two functions X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5edbfb7c8af0577097dae87cdd4dfdba82bb9579;p=pandora-kernel.git [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 drivers/usb/core/hub.c | 12 ++++-------- drivers/usb/core/usb.h | 4 ++++ include/linux/usb.h | 5 ----- 3 files changed, 8 insertions(+), 13 deletions(-) --- Reading git-diff-tree failed