]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/rio.h
rapidio: change endpoint device name format
[karo-tx-linux.git] / include / linux / rio.h
index e2faf7b8fe80dfefab31b93b70ba8c666ac55090..b71d5738e68345345bc1580abae26b2d8e582048 100644 (file)
@@ -92,7 +92,6 @@ union rio_pw_msg;
 /**
  * struct rio_switch - RIO switch info
  * @node: Node in global list of switches
- * @switchid: Switch ID that is unique across a network
  * @route_table: Copy of switch routing table
  * @port_ok: Status of each port (one bit per port) - OK=1 or UNINIT=0
  * @ops: pointer to switch-specific operations
@@ -101,7 +100,6 @@ union rio_pw_msg;
  */
 struct rio_switch {
        struct list_head node;
-       u16 switchid;
        u8 *route_table;
        u32 port_ok;
        struct rio_switch_ops *ops;