diff options
Diffstat (limited to 'drivers/scsi/g_NCR5380.c')
-rw-r--r-- | drivers/scsi/g_NCR5380.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/g_NCR5380.c b/drivers/scsi/g_NCR5380.c index eeb8da5b2d4a..c10466939a52 100644 --- a/drivers/scsi/g_NCR5380.c +++ b/drivers/scsi/g_NCR5380.c | |||
@@ -272,7 +272,7 @@ static int __init do_DTC3181E_setup(char *str) | |||
272 | * Locks: none | 272 | * Locks: none |
273 | */ | 273 | */ |
274 | 274 | ||
275 | int __init generic_NCR5380_detect(struct scsi_host_template * tpnt) | 275 | static int __init generic_NCR5380_detect(struct scsi_host_template *tpnt) |
276 | { | 276 | { |
277 | static int current_override = 0; | 277 | static int current_override = 0; |
278 | int count; | 278 | int count; |
@@ -484,7 +484,7 @@ int __init generic_NCR5380_detect(struct scsi_host_template * tpnt) | |||
484 | * Report driver information for the NCR5380 | 484 | * Report driver information for the NCR5380 |
485 | */ | 485 | */ |
486 | 486 | ||
487 | const char *generic_NCR5380_info(struct Scsi_Host *host) | 487 | static const char *generic_NCR5380_info(struct Scsi_Host *host) |
488 | { | 488 | { |
489 | static const char string[] = "Generic NCR5380/53C400 Driver"; | 489 | static const char string[] = "Generic NCR5380/53C400 Driver"; |
490 | return string; | 490 | return string; |
@@ -499,7 +499,7 @@ const char *generic_NCR5380_info(struct Scsi_Host *host) | |||
499 | * Locks: none | 499 | * Locks: none |
500 | */ | 500 | */ |
501 | 501 | ||
502 | int generic_NCR5380_release_resources(struct Scsi_Host *instance) | 502 | static int generic_NCR5380_release_resources(struct Scsi_Host *instance) |
503 | { | 503 | { |
504 | NCR5380_local_declare(); | 504 | NCR5380_local_declare(); |
505 | NCR5380_setup(instance); | 505 | NCR5380_setup(instance); |