aoe: cleanup: remove unused ata_scnt function
Signed-off-by: Ed Cashin <ecashin@coraid.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
90a2508d01
commit
d437962504
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user