commit | 77d149c4eb8964b6bd4a929b102a867505add612 | [log] [tgz] |
---|---|---|
author | Daniel J Blueman <daniel@quora.org> | Fri Apr 11 16:14:26 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 14 12:40:00 2014 -0400 |
tree | 0d8f4543f6871e1204104192973f154f1210d575 | |
parent | 30f78d8ebf7f514801e71b88a10c948275168518 [diff] |
bnx2: Don't build unused suspend/resume functions not enabled When CONFIG_PM_SLEEP isn't enabled, bnx2_suspend/resume are unused; don't build them when they aren't used. Signed-off-by: Daniel J Blueman <daniel@quora.org> Signed-off-by: David S. Miller <davem@davemloft.net>