From: Eric Moore Date: Thu, 29 Jun 2006 23:36:26 +0000 (-0600) Subject: [SCSI] mptsas: make two functions static X-Git-Tag: v2.6.18-rc1~22^2^2~6 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=376ac8307868f93a0b9aa277f43dee0f63c41c1b;p=~emulex%2Finfiniband.git [SCSI] mptsas: make two functions static Make two needlessly global functions static. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Eric Moore Signed-off-by: James Bottomley --- diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index bc36f5fdb53..85eff1509d6 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) } /* no mutex */ -void +static void mptsas_port_delete(struct mptsas_portinfo_details * port_details) { struct mptsas_portinfo *port_info; @@ -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;