diff options
-rw-r--r-- | include/linux/rio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h index 1a7b6c7787a5..ba382f2b57ef 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h | |||
@@ -236,6 +236,7 @@ enum rio_phy_type { | |||
236 | * @phys_efptr: RIO port extended features pointer | 236 | * @phys_efptr: RIO port extended features pointer |
237 | * @name: Port name string | 237 | * @name: Port name string |
238 | * @priv: Master port private data | 238 | * @priv: Master port private data |
239 | * @dma: DMA device associated with mport | ||
239 | */ | 240 | */ |
240 | struct rio_mport { | 241 | struct rio_mport { |
241 | struct list_head dbells; /* list of doorbell events */ | 242 | struct list_head dbells; /* list of doorbell events */ |
@@ -404,7 +405,7 @@ union rio_pw_msg { | |||
404 | 405 | ||
405 | #ifdef CONFIG_RAPIDIO_DMA_ENGINE | 406 | #ifdef CONFIG_RAPIDIO_DMA_ENGINE |
406 | 407 | ||
407 | /** | 408 | /* |
408 | * enum rio_write_type - RIO write transaction types used in DMA transfers | 409 | * enum rio_write_type - RIO write transaction types used in DMA transfers |
409 | * | 410 | * |
410 | * Note: RapidIO specification defines write (NWRITE) and | 411 | * Note: RapidIO specification defines write (NWRITE) and |