diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-09 21:00:01 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-18 18:16:46 +0200 |
commit | 072c3a9d4fe8d270d0b0a8e2c2e34b7f253ceab1 (patch) | |
tree | 751b1fe1929bc365cad0a8312a213776724fac69 | |
parent | [SCSI] wd33c93: cleanups (diff) | |
download | linux-072c3a9d4fe8d270d0b0a8e2c2e34b7f253ceab1.tar.xz linux-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>
-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 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; |