From 2dd1fc90fde63f5bb0e7bd295b292dbeee729ca8 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 21 Nov 2006 22:02:54 +0100 Subject: [PATCH] --- yaml --- r: 41321 b: refs/heads/master c: 8bb22d2bdaac415965e7be1af8da2b8f3ee35f31 h: refs/heads/master i: 41319: ad9438db4c59dd7b63540ad0ae83493a476d2871 v: v3 --- [refs] | 2 +- trunk/drivers/usb/core/driver.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 90465e0a9208..0286f3cfb3bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7481bb8a7f2fd6b411764e0dc91713b1a58fce4c +refs/heads/master: 8bb22d2bdaac415965e7be1af8da2b8f3ee35f31 diff --git a/trunk/drivers/usb/core/driver.c b/trunk/drivers/usb/core/driver.c index 44dd6103fb44..40c1bf09b2b7 100644 --- a/trunk/drivers/usb/core/driver.c +++ b/trunk/drivers/usb/core/driver.c @@ -525,7 +525,7 @@ const struct usb_device_id *usb_match_id(struct usb_interface *interface, } EXPORT_SYMBOL_GPL_FUTURE(usb_match_id); -int usb_device_match(struct device *dev, struct device_driver *drv) +static int usb_device_match(struct device *dev, struct device_driver *drv) { /* devices and interfaces are handled separately */ if (is_usb_device(dev)) {