[SCSI] seagate: make seagate_st0x_detect() static
authorAdrian Bunk <[email protected]>
Mon, 9 Jul 2007 19:00:01 +0000 (12:00 -0700)
committerJames Bottomley <[email protected]>
Wed, 18 Jul 2007 16:16:46 +0000 (11:16 -0500)
seagate_st0x_detect() can become static.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/seagate.c

index ff62e9708e1c706078b8352d5f3e8ee698c1fcd8..ce80fa9ad815906d6a234fad52f9d2ae44443c53 100644 (file)
@@ -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;