s5pc110: usbd: code clean
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 9 Dec 2009 04:29:30 +0000 (13:29 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 9 Dec 2009 04:29:30 +0000 (13:29 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
cpu/arm_cortexa8/s5pc1xx/usb_downloader.c

index 1975469..e4309d4 100644 (file)
@@ -32,8 +32,6 @@ static long tx_len = 4;
 static char rx_data[2048];
 static long rx_len = 64;
 
-struct usbd_ops *usbd_set_interface(struct usbd_ops *);
-
 extern int s5p_receive_done;
 extern int s5p_usb_connected;
 extern otg_dev_t otg;
@@ -98,7 +96,7 @@ static void usb_init(void)
 #endif
 }
 
-void usb_stop(void)
+static void usb_stop(void)
 {
        s5p_usb_stop();
 #ifdef CONFIG_S5PC1XXFB
@@ -187,4 +185,3 @@ struct usbd_ops *usbd_set_interface(struct usbd_ops *usbd)
 
        return usbd;
 }
-