Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c29ca9d1 authored by Tom "spot" Callaway's avatar Tom "spot" Callaway Committed by David S. Miller
Browse files

[FUSION]: Fix mptspi.c build with CONFIG_PM not set.

parent f49639e6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -831,6 +831,7 @@ mptspi_ioc_reset(MPT_ADAPTER *ioc, int reset_phase)
	return rc;
}

#ifdef CONFIG_PM
/*
 * spi module resume handler
 */
@@ -846,6 +847,7 @@ mptspi_resume(struct pci_dev *pdev)

	return rc;
}
#endif

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/