commit | de639c311689f4dbf3f9df734a8243e7e44b79da | [log] [tgz] |
---|---|---|
author | Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> | Tue Aug 10 18:02:22 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 11 08:59:08 2010 -0700 |
tree | aef6ba396b2d6714d8f4544e64353af8ad690acb | |
parent | 6d23b2582fd0bc0a8cf3cfa4307f66281cacad4b [diff] |
drivers/rtc: remove unneeded ifdef CONFIG_PM Because CONFIG_PM is a precondition to CONFIG_ACPI, the ifdef CONFIG_PM within ifdef CONFIG_ACPI is redundant. Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> Acked-by: Wan ZongShun <mcuos.com@gmail.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>