diff options
-rw-r--r-- | drivers/pcmcia/soc_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/soc_common.h b/drivers/pcmcia/soc_common.h index 8a755c1a949a..f7533dcba679 100644 --- a/drivers/pcmcia/soc_common.h +++ b/drivers/pcmcia/soc_common.h | |||
@@ -37,7 +37,7 @@ struct soc_pcmcia_socket { | |||
37 | /* | 37 | /* |
38 | * Core PCMCIA state | 38 | * Core PCMCIA state |
39 | */ | 39 | */ |
40 | struct pcmcia_low_level *ops; | 40 | const struct pcmcia_low_level *ops; |
41 | 41 | ||
42 | unsigned int status; | 42 | unsigned int status; |
43 | socket_state_t cs_state; | 43 | socket_state_t cs_state; |