|
@@ -1575,7 +1575,7 @@ mptsas_del_end_device(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info)
|
|
|
mptsas_port_delete(ioc, phy_info->port_details);
|
|
|
}
|
|
|
|
|
|
-struct mptsas_phyinfo *
|
|
|
+static struct mptsas_phyinfo *
|
|
|
mptsas_refreshing_device_handles(MPT_ADAPTER *ioc,
|
|
|
struct mptsas_devinfo *sas_device)
|
|
|
{
|
|
@@ -3648,7 +3648,7 @@ mptsas_send_expander_event(struct fw_event_work *fw_event)
|
|
|
* @handle:
|
|
|
*
|
|
|
*/
|
|
|
-struct mptsas_portinfo *
|
|
|
+static struct mptsas_portinfo *
|
|
|
mptsas_expander_add(MPT_ADAPTER *ioc, u16 handle)
|
|
|
{
|
|
|
struct mptsas_portinfo buffer, *port_info;
|
|
@@ -5321,7 +5321,7 @@ mptsas_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
|
|
return error;
|
|
|
}
|
|
|
|
|
|
-void
|
|
|
+static void
|
|
|
mptsas_shutdown(struct pci_dev *pdev)
|
|
|
{
|
|
|
MPT_ADAPTER *ioc = pci_get_drvdata(pdev);
|