powerpc: Guard from_rtc_time() in platforms/powermac/time.c
authorTony Breeds <tony@bakeyournoodle.com>
Thu, 31 Jul 2008 03:51:43 +0000 (13:51 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 20 Aug 2008 06:34:57 +0000 (16:34 +1000)
commitfedcf4c73e1b9c1c594cf12d946ea90b7a47cc08
tree5f9547651550e54b636461941384c75eca2d74f1
parente16a9c0990a18ee2f2874363392fdfedcf9ded58
powerpc: Guard from_rtc_time() in platforms/powermac/time.c

from_rtc_time() is only called when one of 3 CONFIG options are defined.
Guard the declaration appropriately.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/powermac/time.c