diff options
| author | 2006-06-13 20:29:04 -0400 | |
|---|---|---|
| committer | 2006-06-13 20:29:04 -0400 | |
| commit | b5ed7639c9f502898af4109e778f5613dacbfd9c (patch) | |
| tree | abe908c60ce1ea8f201028c9fc830cacd25c724b /drivers/message/fusion/mptspi.c | |
| parent | [PATCH] net: au1000_eth: PHY framework conversion (diff) | |
| parent | [PATCH] sky2: stop/start hardware idle timer on suspend/resume (diff) | |
| download | linux-dev-b5ed7639c9f502898af4109e778f5613dacbfd9c.tar.xz linux-dev-b5ed7639c9f502898af4109e778f5613dacbfd9c.zip | |
Merge branch 'master' into upstream
Diffstat (limited to 'drivers/message/fusion/mptspi.c')
| -rw-r--r-- | drivers/message/fusion/mptspi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index f2a4d382ea19..3201de053943 100644 --- a/drivers/message/fusion/mptspi.c +++ b/drivers/message/fusion/mptspi.c @@ -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 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
