commit | 28959742c14918f153c1de641bb12b4ea44315a1 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Nov 01 18:20:09 2008 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Nov 01 12:40:38 2008 -0700 |
tree | d58404ebbdd572a2b86d62bafd7af0697cd9624e | |
parent | 4b30fbde910dd40b831528e916cb8a91823f618f [diff] |
PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIB Insufficient dependency - we really want CONFIG_RTC_CLASS=y there. That will give us CONFIG_RTC_LIB=y, so the old dependency can be simply replaced. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>