Hello,

I've just found this...

This patch removes unnecessary double declaration of function.

Signed-off-by: Milan Svoboda <[EMAIL PROTECTED]>
---

diff -uprN -X orig.bak.never.touch/Documentation/dontdiff 
orig.bak.never.touch/drivers/usb/gadget/lh7a40x_udc.c 
orig.bak/drivers/usb/gadget/lh7a40x_udc.c
--- orig.bak.never.touch/drivers/usb/gadget/lh7a40x_udc.c       2006-08-17 
10:33:21.000000000 +0000
+++ orig.bak/drivers/usb/gadget/lh7a40x_udc.c   2006-08-18 14:29:08.000000000 
+0000
@@ -83,7 +83,6 @@ static int lh7a40x_queue(struct usb_ep *
 static int lh7a40x_dequeue(struct usb_ep *ep, struct usb_request *);
 static int lh7a40x_set_halt(struct usb_ep *ep, int);
 static int lh7a40x_fifo_status(struct usb_ep *ep);
-static int lh7a40x_fifo_status(struct usb_ep *ep);
 static void lh7a40x_fifo_flush(struct usb_ep *ep);
 static void lh7a40x_ep0_kick(struct lh7a40x_udc *dev, struct lh7a40x_ep *ep);
 static void lh7a40x_handle_ep0(struct lh7a40x_udc *dev, u32 intr);

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to