RDS: Remove dead struct from rds.h
[deliverable/linux.git] / include / linux / rds.h
index 3576b31b6b7b431512caa9fbc611af36cfa0d585..91950950aa598060a8e0e370f82654cd9a75e7d6 100644 (file)
@@ -112,14 +112,6 @@ struct rds_info_connection {
        uint8_t flags;
 } __attribute__((packed));
 
-struct rds_info_flow {
-       __be32          laddr;
-       __be32          faddr;
-       uint32_t        bytes;
-       __be16          lport;
-       __be16          fport;
-} __attribute__((packed));
-
 #define RDS_INFO_MESSAGE_FLAG_ACK               0x01
 #define RDS_INFO_MESSAGE_FLAG_FAST_ACK          0x02
 
This page took 0.025837 seconds and 5 git commands to generate.