* [-mm patch] make drivers/usb/core/driver.c:usb_device_match() static
@ 2006-08-15 0:40 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-08-15 0:40 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, linux-usb-devel
usb_device_match() can now become static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.18-rc1-mm2-full/drivers/usb/core/driver.c.old 2006-07-14 23:29:20.000000000 +0200
+++ linux-2.6.18-rc1-mm2-full/drivers/usb/core/driver.c 2006-07-14 23:29:51.000000000 +0200
@@ -471,7 +471,7 @@
}
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)) {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [-mm patch] make drivers/usb/core/driver.c:usb_device_match() static
@ 2006-08-22 19:50 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-08-22 19:50 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, linux-usb-devel
usb_device_match() can now become static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 15 Aug 2006
--- linux-2.6.18-rc1-mm2-full/drivers/usb/core/driver.c.old 2006-07-14 23:29:20.000000000 +0200
+++ linux-2.6.18-rc1-mm2-full/drivers/usb/core/driver.c 2006-07-14 23:29:51.000000000 +0200
@@ -471,7 +471,7 @@
}
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)) {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [-mm patch] make drivers/usb/core/driver.c:usb_device_match() static
@ 2006-09-04 17:04 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-09-04 17:04 UTC (permalink / raw)
To: Andrew Morton; +Cc: gregkh, linux-kernel, linux-usb-devel
usb_device_match() can now become static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 22 Aug 2006
- 15 Aug 2006
--- linux-2.6.18-rc1-mm2-full/drivers/usb/core/driver.c.old 2006-07-14 23:29:20.000000000 +0200
+++ linux-2.6.18-rc1-mm2-full/drivers/usb/core/driver.c 2006-07-14 23:29:51.000000000 +0200
@@ -471,7 +471,7 @@
}
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)) {
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-09-04 17:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-04 17:04 [-mm patch] make drivers/usb/core/driver.c:usb_device_match() static Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2006-08-22 19:50 Adrian Bunk
2006-08-15 0:40 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox