Commit c76dde55f1978e34122030093d38e75375e1f66e
Committed by
Greg Kroah-Hartman
1 parent
0ed226100a
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
staging: rts5139: remove unused variable in rts51x.h
Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net> Acked-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff
drivers/staging/rts5139/rts51x.h
... | ... | @@ -47,7 +47,6 @@ |
47 | 47 | #define RTS51X_DESC "Realtek RTS5139/29 USB card reader driver" |
48 | 48 | #define RTS51X_NAME "rts5139" |
49 | 49 | #define RTS51X_CTL_THREAD "rts5139-control" |
50 | -#define RTS51X_SCAN_THREAD "rts5139-scan" | |
51 | 50 | #define RTS51X_POLLING_THREAD "rts5139-polling" |
52 | 51 | |
53 | 52 | #define POLLING_IN_THREAD |
... | ... | @@ -65,8 +64,6 @@ |
65 | 64 | |
66 | 65 | /* Size of the DMA-mapped I/O buffer */ |
67 | 66 | #define RTS51X_IOBUF_SIZE 1024 |
68 | -/* Size of the autosense data buffer */ | |
69 | -#define RTS51X_SENSE_SIZE 18 | |
70 | 67 | |
71 | 68 | /* Dynamic bitflag definitions (dflags): used in set_bit() etc. */ |
72 | 69 | #define FLIDX_URB_ACTIVE 0 /* current_urb is in use */ |
... | ... | @@ -75,7 +72,6 @@ |
75 | 72 | #define FLIDX_DISCONNECTING 3 /* disconnect in progress */ |
76 | 73 | #define FLIDX_RESETTING 4 /* device reset in progress */ |
77 | 74 | #define FLIDX_TIMED_OUT 5 /* SCSI midlayer timed out */ |
78 | -#define FLIDX_DONT_SCAN 6 /* don't scan (disconnect) */ | |
79 | 75 | |
80 | 76 | struct rts51x_chip; |
81 | 77 |