Skip to content

Commit

Permalink
[SCSI] mptsas: make two functions static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Moore authored and James Bottomley committed Jul 1, 2006
1 parent 454e895 commit 376ac83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/message/fusion/mptsas.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ mptsas_is_end_device(struct mptsas_devinfo * attached)
}

/* no mutex */
void
static void
mptsas_port_delete(struct mptsas_portinfo_details * port_details)
{
struct mptsas_portinfo *port_info;
Expand Down Expand Up @@ -438,7 +438,7 @@ starget)
* Updates for new and existing narrow/wide port configuration
* in the sas_topology
*/
void
static void
mptsas_setup_wide_ports(MPT_ADAPTER *ioc, struct mptsas_portinfo *port_info)
{
struct mptsas_portinfo_details * port_details;
Expand Down

0 comments on commit 376ac83

Please sign in to comment.