Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753596Ab2JPBwu (ORCPT ); Mon, 15 Oct 2012 21:52:50 -0400 Received: from noserose.net ([66.220.18.76]:40350 "HELO noserose.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752251Ab2JPBwt (ORCPT ); Mon, 15 Oct 2012 21:52:49 -0400 Date: Mon, 15 Oct 2012 18:52:44 -0700 Message-Id: <9446357ce5dc6a68494d91e4bbd7a9f18c3ea42b.1350331035.git.ecashin@coraid.com> In-Reply-To: References: From: Ed Cashin Subject: [PATCH 7/9] aoe: cleanup: remove unused ata_scnt function To: akpm@linux-foundation.org Cc: ecashin@coraid.com, linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 878 Lines: 34 Signed-off-by: Ed Cashin --- drivers/block/aoe/aoecmd.c | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c index 2bb8c7d..82e16c4 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) { -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/