diff options
Diffstat (limited to 'drivers/pcmcia/pxa2xx_palmtc.c')
-rw-r--r-- | drivers/pcmcia/pxa2xx_palmtc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pcmcia/pxa2xx_palmtc.c b/drivers/pcmcia/pxa2xx_palmtc.c index b32d05f86789..81225a7a8cbb 100644 --- a/drivers/pcmcia/pxa2xx_palmtc.c +++ b/drivers/pcmcia/pxa2xx_palmtc.c | |||
@@ -51,7 +51,6 @@ static void palmtc_pcmcia_socket_state(struct soc_pcmcia_socket *skt, | |||
51 | struct pcmcia_state *state) | 51 | struct pcmcia_state *state) |
52 | { | 52 | { |
53 | state->detect = 1; /* always inserted */ | 53 | state->detect = 1; /* always inserted */ |
54 | state->wrprot = 0; | ||
55 | state->vs_3v = 1; | 54 | state->vs_3v = 1; |
56 | state->vs_Xv = 0; | 55 | state->vs_Xv = 0; |
57 | } | 56 | } |