Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b0e396e3097ce4914c643bc3f0c2fe0098f551eb
Commit:     b0e396e3097ce4914c643bc3f0c2fe0098f551eb
Parent:     b5ea060f1e19c6a3f409d3472c723da4517547b8
Author:     Greg Kroah-Hartman <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 2 22:44:27 2007 -0600
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Fri Oct 12 14:55:09 2007 -0700

    USB: make usb_release_interface static
    
    No one else calls it, this makes sparse happy.
    
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/core/message.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c
index 025ac0b..c905b35 100644
--- a/drivers/usb/core/message.c
+++ b/drivers/usb/core/message.c
@@ -1330,7 +1330,7 @@ int usb_reset_configuration(struct usb_device *dev)
        return 0;
 }
 
-void usb_release_interface(struct device *dev)
+static void usb_release_interface(struct device *dev)
 {
        struct usb_interface *intf = to_usb_interface(dev);
        struct usb_interface_cache *intfc =
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to