diff options
Diffstat (limited to 'drivers/pcmcia/pxa2xx_mainstone.c')
-rw-r--r-- | drivers/pcmcia/pxa2xx_mainstone.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pcmcia/pxa2xx_mainstone.c b/drivers/pcmcia/pxa2xx_mainstone.c index b0ea4d3f8a1c..7e32e25cdcb2 100644 --- a/drivers/pcmcia/pxa2xx_mainstone.c +++ b/drivers/pcmcia/pxa2xx_mainstone.c | |||
@@ -83,7 +83,6 @@ static void mst_pcmcia_socket_state(struct soc_pcmcia_socket *skt, | |||
83 | state->bvd2 = (status & MST_PCMCIA_nSPKR_BVD2) ? 1 : 0; | 83 | state->bvd2 = (status & MST_PCMCIA_nSPKR_BVD2) ? 1 : 0; |
84 | state->vs_3v = (status & MST_PCMCIA_nVS1) ? 0 : 1; | 84 | state->vs_3v = (status & MST_PCMCIA_nVS1) ? 0 : 1; |
85 | state->vs_Xv = (status & MST_PCMCIA_nVS2) ? 0 : 1; | 85 | state->vs_Xv = (status & MST_PCMCIA_nVS2) ? 0 : 1; |
86 | state->wrprot = 0; /* not available */ | ||
87 | } | 86 | } |
88 | 87 | ||
89 | static int mst_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, | 88 | static int mst_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, |