From e6d1351b87c7d08cfec5b894ca5a21ed98508a3d Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 15 Aug 2008 18:22:34 +1000 Subject: driver-core: don't export static functions Signed-off-by: Stephen Rothwell --- drivers/usb/gadget/f_ecm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3