]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/rio.h
rapidio: add udev notification
[karo-tx-linux.git] / include / linux / rio.h
index 8d3db1b7b998d2b9b5eaa1295b4f5ccf9d078eb4..e2faf7b8fe80dfefab31b93b70ba8c666ac55090 100644 (file)
@@ -20,6 +20,7 @@
 #include <linux/errno.h>
 #include <linux/device.h>
 #include <linux/rio_regs.h>
+#include <linux/mod_devicetable.h>
 #ifdef CONFIG_RAPIDIO_DMA_ENGINE
 #include <linux/dmaengine.h>
 #endif
@@ -396,21 +397,6 @@ struct rio_driver {
 
 #define        to_rio_driver(drv) container_of(drv,struct rio_driver, driver)
 
-/**
- * struct rio_device_id - RIO device identifier
- * @did: RIO device ID
- * @vid: RIO vendor ID
- * @asm_did: RIO assembly device ID
- * @asm_vid: RIO assembly vendor ID
- *
- * Identifies a RIO device based on both the device/vendor IDs and
- * the assembly device/vendor IDs.
- */
-struct rio_device_id {
-       u16 did, vid;
-       u16 asm_did, asm_vid;
-};
-
 union rio_pw_msg {
        struct {
                u32 comptag;    /* Component Tag CSR */