mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 05:50:19 +00:00
[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>
This commit is contained in:
parent
454e8957eb
commit
376ac83078
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user