Commit d4379625 authored by Ed Cashin's avatar Ed Cashin Committed by Linus Torvalds
Browse files

aoe: cleanup: remove unused ata_scnt function

parent 90a2508d
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -552,16 +552,6 @@ sthtith(struct aoedev *d)
	return 1;
}

static inline unsigned char
ata_scnt(unsigned char *packet) {
	struct aoe_hdr *h;
	struct aoe_atahdr *ah;

	h = (struct aoe_hdr *) packet;
	ah = (struct aoe_atahdr *) (h+1);
	return ah->scnt;
}

static void
rexmit_timer(ulong vp)
{