diff options
Diffstat (limited to 'include/linux/rio.h')
-rw-r--r-- | include/linux/rio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h index f833773cdc68..948f60550ae5 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h | |||
@@ -248,6 +248,7 @@ enum rio_phy_type { | |||
248 | * @node: Node in global list of master ports | 248 | * @node: Node in global list of master ports |
249 | * @nnode: Node in network list of master ports | 249 | * @nnode: Node in network list of master ports |
250 | * @net: RIO net this mport is attached to | 250 | * @net: RIO net this mport is attached to |
251 | * @lock: lock to synchronize lists manipulations | ||
251 | * @iores: I/O mem resource that this master port interface owns | 252 | * @iores: I/O mem resource that this master port interface owns |
252 | * @riores: RIO resources that this master port interfaces owns | 253 | * @riores: RIO resources that this master port interfaces owns |
253 | * @inb_msg: RIO inbound message event descriptors | 254 | * @inb_msg: RIO inbound message event descriptors |
@@ -271,6 +272,7 @@ struct rio_mport { | |||
271 | struct list_head node; /* node in global list of ports */ | 272 | struct list_head node; /* node in global list of ports */ |
272 | struct list_head nnode; /* node in net list of ports */ | 273 | struct list_head nnode; /* node in net list of ports */ |
273 | struct rio_net *net; /* RIO net this mport is attached to */ | 274 | struct rio_net *net; /* RIO net this mport is attached to */ |
275 | struct mutex lock; | ||
274 | struct resource iores; | 276 | struct resource iores; |
275 | struct resource riores[RIO_MAX_MPORT_RESOURCES]; | 277 | struct resource riores[RIO_MAX_MPORT_RESOURCES]; |
276 | struct rio_msg inb_msg[RIO_MAX_MBOX]; | 278 | struct rio_msg inb_msg[RIO_MAX_MBOX]; |