[patch 3/7] [patch] rt2870: Remove unnecessary forward declarations

From: Simon Horman
Date: Wed Dec 23 2009 - 03:57:42 EST


Remove unnecessary forward declaration of rtusb_probe() and rtusb_disconnect()

Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>

Index: linux-2.6/drivers/staging/rt2860/usb_main_dev.c
===================================================================
--- linux-2.6.orig/drivers/staging/rt2860/usb_main_dev.c 2009-12-23 11:24:57.000000000 +1100
+++ linux-2.6/drivers/staging/rt2860/usb_main_dev.c 2009-12-23 11:25:06.000000000 +1100
@@ -216,10 +216,6 @@ static int rt2870_suspend(struct usb_int
static int rt2870_resume(struct usb_interface *intf);
#endif /* CONFIG_PM // */

-static int rtusb_probe(struct usb_interface *intf,
- const struct usb_device_id *id);
-static void rtusb_disconnect(struct usb_interface *intf);
-
static BOOLEAN USBDevConfigInit(IN struct usb_device *dev,
IN struct usb_interface *intf,
struct rt_rtmp_adapter *pAd)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/