From patchwork Tue Oct 4 04:47:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Finn Thain X-Patchwork-Id: 9361111 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B62CA600C8 for ; Tue, 4 Oct 2016 04:50:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9B14F28801 for ; Tue, 4 Oct 2016 04:50:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8DE3428AFD; Tue, 4 Oct 2016 04:50:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E8E6E28AE0 for ; Tue, 4 Oct 2016 04:50:18 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1brHeu-0007b3-NF; Tue, 04 Oct 2016 04:48:52 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1brHer-0007aj-JD for linux-arm-kernel@bombadil.infradead.org; Tue, 04 Oct 2016 04:48:49 +0000 Received: from kvm5.telegraphics.com.au ([98.124.60.144]) by casper.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1brHep-0006KL-8x for linux-arm-kernel@lists.infradead.org; Tue, 04 Oct 2016 04:48:48 +0000 Received: by kvm5.telegraphics.com.au (Postfix, from userid 502) id 47BF2252C7; Tue, 4 Oct 2016 00:47:58 -0400 (EDT) To: James E.J. Bottomley ,, Martin K. Petersen ,, Russell King , linux-arm-kernel@lists.infradead.org Message-Id: <27baf9a385d0f85f539e81be46e1a4ef8c67226c.1475555997.git.fthain@telegraphics.com.au> In-Reply-To: References: From: Finn Thain Subject: [PATCH 02/12] scsi/cumana_1: Remove unused cumanascsi_setup() function Date: Tue, 4 Oct 2016 00:47:58 -0400 (EDT) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161004_054847_406053_CFBA103A X-CRM114-Status: UNSURE ( 6.90 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Schmitz , Ondrej Zary , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Finn Thain --- drivers/scsi/arm/cumana_1.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/scsi/arm/cumana_1.c b/drivers/scsi/arm/cumana_1.c index 8e9cfe8..f616756 100644 --- a/drivers/scsi/arm/cumana_1.c +++ b/drivers/scsi/arm/cumana_1.c @@ -33,10 +33,6 @@ #include "../NCR5380.h" -void cumanascsi_setup(char *str, int *ints) -{ -} - #define CTRL 0x16fc #define STAT 0x2004 #define L(v) (((v)<<16)|((v) & 0x0000ffff))