Commit 376ac830 authored by Eric Moore's avatar Eric Moore Committed by James Bottomley

[SCSI] mptsas: make two functions static

Make two needlessly global functions static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.com>
Signed-off-by: default avatarEric Moore <Eric.Moore@lsil.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 454e8957
...@@ -337,7 +337,7 @@ mptsas_is_end_device(struct mptsas_devinfo * attached) ...@@ -337,7 +337,7 @@ mptsas_is_end_device(struct mptsas_devinfo * attached)
} }
/* no mutex */ /* no mutex */
void static void
mptsas_port_delete(struct mptsas_portinfo_details * port_details) mptsas_port_delete(struct mptsas_portinfo_details * port_details)
{ {
struct mptsas_portinfo *port_info; struct mptsas_portinfo *port_info;
...@@ -438,7 +438,7 @@ starget) ...@@ -438,7 +438,7 @@ starget)
* Updates for new and existing narrow/wide port configuration * Updates for new and existing narrow/wide port configuration
* in the sas_topology * in the sas_topology
*/ */
void static void
mptsas_setup_wide_ports(MPT_ADAPTER *ioc, struct mptsas_portinfo *port_info) mptsas_setup_wide_ports(MPT_ADAPTER *ioc, struct mptsas_portinfo *port_info)
{ {
struct mptsas_portinfo_details * port_details; struct mptsas_portinfo_details * port_details;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment