Signed-off-by: Oleksij Rempel <[email protected]>
---
 drivers/staging/rts5139/rts51x_transport.c |    5 -----
 drivers/staging/rts5139/rts51x_transport.h |    6 ------
 2 files changed, 11 deletions(-)

diff --git a/drivers/staging/rts5139/rts51x_transport.c 
b/drivers/staging/rts5139/rts51x_transport.c
index 56fba00..70adff4 100644
--- a/drivers/staging/rts5139/rts51x_transport.c
+++ b/drivers/staging/rts5139/rts51x_transport.c
@@ -380,11 +380,6 @@ static int rts51x_clear_halt(struct rts51x_chip *chip, 
unsigned int pipe)
        return STATUS_SUCCESS;
 }
 
-int rts51x_reset_pipe(struct rts51x_chip *chip, char pipe)
-{
-       return rts51x_clear_halt(chip, pipe);
-}
-
 static void rts51x_sg_clean(struct usb_sg_request *io)
 {
        if (io->urbs) {
diff --git a/drivers/staging/rts5139/rts51x_transport.h 
b/drivers/staging/rts5139/rts51x_transport.h
index ed6b8b2..024f115 100644
--- a/drivers/staging/rts5139/rts51x_transport.h
+++ b/drivers/staging/rts5139/rts51x_transport.h
@@ -56,12 +56,6 @@ int rts51x_transfer_data_partial(struct rts51x_chip *chip, 
unsigned int pipe,
                                 unsigned int len, int use_sg,
                                 unsigned int *act_len, int timeout);
 
-/* whichPipe:
- * 0: bulk in pipe
- * 1: bulk out pipe
- * 2: intr  in pipe */
-int rts51x_reset_pipe(struct rts51x_chip *chip, char pipe);
-
 #ifndef POLLING_IN_THREAD
 int rts51x_start_epc_transfer(struct rts51x_chip *chip);
 void rts51x_cancel_epc_transfer(struct rts51x_chip *chip);
-- 
1.7.9.5

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to