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: Russell King <rmk+kernel@armlinux.org.uk>
This commit is contained in:
parent
5805271d90
commit
4a5d67d734
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue