提交 b62d99b5 编写于 作者: R Russell King - ARM Linux 提交者: Dominik Brodowski

PCMCIA: soc_common: constify soc_pcmcia_socket ops member

No one should modify the ops structure supplied to soc_pcmcia_socket
so make it const.
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
上级 dabd1468
......@@ -37,7 +37,7 @@ struct soc_pcmcia_socket {
/*
* Core PCMCIA state
*/
struct pcmcia_low_level *ops;
const struct pcmcia_low_level *ops;
unsigned int status;
socket_state_t cs_state;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册