Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1498086
| From | Finn Thain <fthain@telegraphics.com.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 02/12] scsi/cumana_1: Remove unused cumanascsi_setup() function |
| Date | 2016-10-10 06:50 +0200 |
| Message-ID | <sqAHf-59Y-1@gated-at.bofh.it> (permalink) |
| References | <sqAHf-59Y-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.com>
---
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))
--
2.7.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 02/12] scsi/cumana_1: Remove unused cumanascsi_setup() function Finn Thain <fthain@telegraphics.com.au> - 2016-10-10 06:50 +0200 Re: [PATCH v3 02/12] scsi/cumana_1: Remove unused cumanascsi_setup() function Russell King - ARM Linux <linux@armlinux.org.uk> - 2016-10-10 11:20 +0200
csiph-web