summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-08-15 18:22:34 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-08-18 17:11:10 +1000
commite6d1351b87c7d08cfec5b894ca5a21ed98508a3d (patch)
treea809313e9768bb14afb5ed0f8b1d2c211ca8517a
parent81779357cfdeed2a588cfbfa20f37c3e72ae6577 (diff)
driver-core: don't export static functions
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--drivers/usb/gadget/f_ecm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/f_ecm.c b/drivers/usb/gadget/f_ecm.c
index ff85c9dfc077..6d0a88c27edf 100644
--- a/drivers/usb/gadget/f_ecm.c
+++ b/drivers/usb/gadget/f_ecm.c
@@ -599,7 +599,7 @@ static void ecm_close(struct gether *geth)
/* ethernet function driver setup/binding */
-static int __init
+int __init
ecm_bind(struct usb_configuration *c, struct usb_function *f)
{
struct usb_composite_dev *cdev = c->cdev;