summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2008-01-26 05:30:35 +0100
committerPaul Mackerras <paulus@samba.org>2008-01-26 05:30:35 +0100
commit75e06e2d7dd48ba655789e143e81c73617737890 (patch)
tree21d4df5ab24703b95e43c504512fbccfb773ffea /include/asm-powerpc
parent[POWERPC] Autodetect serial console on pegasos2 (diff)
parent[POWERPC] 4xx: logical/bitand typo in powerpc/boot/4xx.c (diff)
downloadlinux-75e06e2d7dd48ba655789e143e81c73617737890.tar.xz
linux-75e06e2d7dd48ba655789e143e81c73617737890.zip
Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/of_platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/of_platform.h b/include/asm-powerpc/of_platform.h
index 1bce5efe1de0..18659ef72139 100644
--- a/include/asm-powerpc/of_platform.h
+++ b/include/asm-powerpc/of_platform.h
@@ -37,4 +37,6 @@ extern int of_platform_bus_probe(struct device_node *root,
extern struct of_device *of_find_device_by_phandle(phandle ph);
+extern void of_instantiate_rtc(void);
+
#endif /* _ASM_POWERPC_OF_PLATFORM_H */