aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rio.h')
-rw-r--r--include/linux/rio.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h
index 8d3db1b7b998..e2faf7b8fe80 100644
--- a/include/linux/rio.h
+++ b/include/linux/rio.h
@@ -20,6 +20,7 @@
20#include <linux/errno.h> 20#include <linux/errno.h>
21#include <linux/device.h> 21#include <linux/device.h>
22#include <linux/rio_regs.h> 22#include <linux/rio_regs.h>
23#include <linux/mod_devicetable.h>
23#ifdef CONFIG_RAPIDIO_DMA_ENGINE 24#ifdef CONFIG_RAPIDIO_DMA_ENGINE
24#include <linux/dmaengine.h> 25#include <linux/dmaengine.h>
25#endif 26#endif
@@ -396,21 +397,6 @@ struct rio_driver {
396 397
397#define to_rio_driver(drv) container_of(drv,struct rio_driver, driver) 398#define to_rio_driver(drv) container_of(drv,struct rio_driver, driver)
398 399
399/**
400 * struct rio_device_id - RIO device identifier
401 * @did: RIO device ID
402 * @vid: RIO vendor ID
403 * @asm_did: RIO assembly device ID
404 * @asm_vid: RIO assembly vendor ID
405 *
406 * Identifies a RIO device based on both the device/vendor IDs and
407 * the assembly device/vendor IDs.
408 */
409struct rio_device_id {
410 u16 did, vid;
411 u16 asm_did, asm_vid;
412};
413
414union rio_pw_msg { 400union rio_pw_msg {
415 struct { 401 struct {
416 u32 comptag; /* Component Tag CSR */ 402 u32 comptag; /* Component Tag CSR */