commit | 07368d32f1a67e797def08cf2ee3ea1647b204b6 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Thu Aug 09 23:00:35 2012 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri Aug 10 14:29:50 2012 +0200 |
tree | f73b3d89ae6358eb775def3366ccf487016046dc | |
parent | 3567a4e2c52ce2f6fe74fc85690335ec7c96608e [diff] |
tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEP According to a compiler warning, the tpm_tis_resume() function is not used for CONFIG_PM_SLEEP unset, so add a #ifdef to prevent it from being built in that case. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>