Commit 6dca618c authored by Satish Kharat's avatar Satish Kharat Committed by Paolo Abeni
Browse files

enic: remove unused function cq_enet_wq_desc_dec

parent bcb725c7
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -17,13 +17,6 @@ struct cq_enet_wq_desc {
	u8 type_color;
};

static inline void cq_enet_wq_desc_dec(struct cq_enet_wq_desc *desc,
	u8 *type, u8 *color, u16 *q_number, u16 *completed_index)
{
	cq_desc_dec((struct cq_desc *)desc, type,
		color, q_number, completed_index);
}

/*
 * Defines and Capabilities for CMD_CQ_ENTRY_SIZE_SET
 */