From: Ed Cashin Date: Tue, 18 Dec 2012 00:03:37 +0000 (-0800) Subject: aoe: cleanup: remove unused ata_scnt function X-Git-Tag: Ubuntu-5.10.0-12.13~20044^2~48 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d437962504462f31515344d58cdcaf0b73b389b5;p=mirror_ubuntu-hirsute-kernel.git aoe: cleanup: remove unused ata_scnt function Signed-off-by: Ed Cashin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c index a6e95e69296c..df86a05067e8 100644 --- a/drivers/block/aoe/aoecmd.c +++ b/drivers/block/aoe/aoecmd.c @@ -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) {