diff options
Diffstat (limited to 'drivers/mmc/wbsd.h')
| -rw-r--r-- | drivers/mmc/wbsd.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/mmc/wbsd.h b/drivers/mmc/wbsd.h index 864f30828d01..661a9f6a6e6f 100644 --- a/drivers/mmc/wbsd.h +++ b/drivers/mmc/wbsd.h | |||
| @@ -8,13 +8,6 @@ | |||
| 8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | const int config_ports[] = { 0x2E, 0x4E }; | ||
| 12 | const int unlock_codes[] = { 0x83, 0x87 }; | ||
| 13 | |||
| 14 | const int valid_ids[] = { | ||
| 15 | 0x7112, | ||
| 16 | }; | ||
| 17 | |||
| 18 | #define LOCK_CODE 0xAA | 11 | #define LOCK_CODE 0xAA |
| 19 | 12 | ||
| 20 | #define WBSD_CONF_SWRST 0x02 | 13 | #define WBSD_CONF_SWRST 0x02 |
| @@ -187,4 +180,6 @@ struct wbsd_host | |||
| 187 | struct tasklet_struct timeout_tasklet; | 180 | struct tasklet_struct timeout_tasklet; |
| 188 | struct tasklet_struct finish_tasklet; | 181 | struct tasklet_struct finish_tasklet; |
| 189 | struct tasklet_struct block_tasklet; | 182 | struct tasklet_struct block_tasklet; |
| 183 | |||
| 184 | struct timer_list timer; /* Card detection timer */ | ||
| 190 | }; | 185 | }; |
