diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-09 12:00:01 -0700 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-18 11:16:46 -0500 |
commit | 072c3a9d4fe8d270d0b0a8e2c2e34b7f253ceab1 (patch) | |
tree | 751b1fe1929bc365cad0a8312a213776724fac69 /drivers | |
parent | 078dda95c521b1c78d1b5da69ac90d581abc9951 (diff) | |
download | linux-3.10-072c3a9d4fe8d270d0b0a8e2c2e34b7f253ceab1.tar.gz linux-3.10-072c3a9d4fe8d270d0b0a8e2c2e34b7f253ceab1.tar.bz2 linux-3.10-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')
-rw-r--r-- | drivers/scsi/seagate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/seagate.c b/drivers/scsi/seagate.c index ff62e9708e1..ce80fa9ad81 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; |