Commit 4a5d67d7 authored by Russell King's avatar 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: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent 5805271d
...@@ -82,6 +82,7 @@ struct soc_pcmcia_socket { ...@@ -82,6 +82,7 @@ struct soc_pcmcia_socket {
#endif #endif
struct timer_list poll_timer; struct timer_list poll_timer;
struct list_head node; struct list_head node;
void *driver_data;
}; };
struct skt_dev_info { struct skt_dev_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment