aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/seagate.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-07-09 12:00:01 -0700
committerJames Bottomley <jejb@mulgrave.localdomain>2007-07-18 11:16:46 -0500
commit072c3a9d4fe8d270d0b0a8e2c2e34b7f253ceab1 (patch)
tree751b1fe1929bc365cad0a8312a213776724fac69 /drivers/scsi/seagate.c
parent[SCSI] wd33c93: cleanups (diff)
downloadlinux-dev-072c3a9d4fe8d270d0b0a8e2c2e34b7f253ceab1.tar.xz
linux-dev-072c3a9d4fe8d270d0b0a8e2c2e34b7f253ceab1.zip
[SCSI] seagate: make seagate_st0x_detect() static
seagate_st0x_detect() can become static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/seagate.c')
-rw-r--r--drivers/scsi/seagate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/seagate.c b/drivers/scsi/seagate.c
index ff62e9708e1c..ce80fa9ad815 100644
--- a/drivers/scsi/seagate.c
+++ b/drivers/scsi/seagate.c
@@ -420,7 +420,7 @@ static inline void borken_wait (void)
#define ULOOP( i ) for (clock = i*8;;)
#define TIMEOUT (!(clock--))
-int __init seagate_st0x_detect (struct scsi_host_template * tpnt)
+static int __init seagate_st0x_detect (struct scsi_host_template * tpnt)
{
struct Scsi_Host *instance;
int i, j;