提交 4a5d67d7 编写于 作者: R Russell King

pcmcia: soc_common: add driver-data pointer

Add a driver-data pointer so that low level drivers can add additional
data to the soc_common pcmcia socket structure.
Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
上级 5805271d
......@@ -82,6 +82,7 @@ struct soc_pcmcia_socket {
#endif
struct timer_list poll_timer;
struct list_head node;
void *driver_data;
};
struct skt_dev_info {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册