]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/base/ice_flex_type.h
ring: remove unnecessary forward declaration
[dpdk.git] / drivers / net / ice / base / ice_flex_type.h
index f259e1371649cd65371edd83f6a2a94c722a7009..f2a5f27e7f31cb3484776ebbab69a77be131c0f5 100644 (file)
@@ -507,7 +507,6 @@ struct ice_es {
        u8 reverse; /* set to true to reverse FV order */
        struct LIST_HEAD_TYPE prof_map;
        struct ice_fv_word *t;
        u8 reverse; /* set to true to reverse FV order */
        struct LIST_HEAD_TYPE prof_map;
        struct ice_fv_word *t;
-       u8 *resource_used_hack; /* hack for testing */
 };
 
 /* PTYPE Group management */
 };
 
 /* PTYPE Group management */
@@ -660,7 +659,6 @@ struct ice_prof_tcam {
        u16 max_prof_id;
        u8 cdid_bits; /* # cdid bits to use in key, 0, 2, 4, or 8 */
        struct ice_prof_tcam_entry *t;
        u16 max_prof_id;
        u8 cdid_bits; /* # cdid bits to use in key, 0, 2, 4, or 8 */
        struct ice_prof_tcam_entry *t;
-       u8 *resource_used_hack;
 };
 
 struct ice_prof_redir {
 };
 
 struct ice_prof_redir {