[PATCH] make various thing static
[safe/jmp/linux-2.6] / drivers / scsi / hosts.c
index ba34757..d7a38b6 100644 (file)
@@ -56,7 +56,7 @@ static struct class shost_class = {
  * @shost:     pointer to struct Scsi_Host
  * recovery:   recovery requested to run.
  **/
-void scsi_host_cancel(struct Scsi_Host *shost, int recovery)
+static void scsi_host_cancel(struct Scsi_Host *shost, int recovery)
 {
        struct scsi_device *sdev;