diff options
author | Eric Moore <eric.moore@lsil.com> | 2006-06-29 19:36:26 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-30 22:29:00 -0400 |
commit | 376ac8307868f93a0b9aa277f43dee0f63c41c1b (patch) | |
tree | 3ff66ae2ecf4934cd4437d820eb75320c46e90f6 /drivers/message/fusion | |
parent | 454e8957eb60841016deb319dbbf83042fb32a39 (diff) |
[SCSI] mptsas: make two functions static
Make two needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.com>
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion')
-rw-r--r-- | drivers/message/fusion/mptsas.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index bc36f5fdb53e..85eff1509d66 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c | |||
@@ -337,7 +337,7 @@ mptsas_is_end_device(struct mptsas_devinfo * attached) | |||
337 | } | 337 | } |
338 | 338 | ||
339 | /* no mutex */ | 339 | /* no mutex */ |
340 | void | 340 | static void |
341 | mptsas_port_delete(struct mptsas_portinfo_details * port_details) | 341 | mptsas_port_delete(struct mptsas_portinfo_details * port_details) |
342 | { | 342 | { |
343 | struct mptsas_portinfo *port_info; | 343 | struct mptsas_portinfo *port_info; |
@@ -438,7 +438,7 @@ starget) | |||
438 | * Updates for new and existing narrow/wide port configuration | 438 | * Updates for new and existing narrow/wide port configuration |
439 | * in the sas_topology | 439 | * in the sas_topology |
440 | */ | 440 | */ |
441 | void | 441 | static void |
442 | mptsas_setup_wide_ports(MPT_ADAPTER *ioc, struct mptsas_portinfo *port_info) | 442 | mptsas_setup_wide_ports(MPT_ADAPTER *ioc, struct mptsas_portinfo *port_info) |
443 | { | 443 | { |
444 | struct mptsas_portinfo_details * port_details; | 444 | struct mptsas_portinfo_details * port_details; |