From: Adrian Bunk Date: Mon, 9 Jul 2007 19:00:01 +0000 (-0700) Subject: [SCSI] seagate: make seagate_st0x_detect() static X-Git-Tag: v2.6.23-rc1~7^2~37 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=072c3a9d4fe8d270d0b0a8e2c2e34b7f253ceab1;p=karo-tx-linux.git [SCSI] seagate: make seagate_st0x_detect() static seagate_st0x_detect() can become static. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- 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;