diff options
author | Paul Mackerras <paulus@samba.org> | 2008-01-26 15:30:35 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-26 15:30:35 +1100 |
commit | 75e06e2d7dd48ba655789e143e81c73617737890 (patch) | |
tree | 21d4df5ab24703b95e43c504512fbccfb773ffea /include | |
parent | 5bc977867f36fc36cde43b309b891b2f7b714f52 (diff) | |
parent | e08029675181a16d435431ad51255aa730fd6772 (diff) | |
download | linux-3.10-75e06e2d7dd48ba655789e143e81c73617737890.tar.gz linux-3.10-75e06e2d7dd48ba655789e143e81c73617737890.tar.bz2 linux-3.10-75e06e2d7dd48ba655789e143e81c73617737890.zip |
Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/of_platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/of_platform.h b/include/asm-powerpc/of_platform.h index 1bce5efe1de..18659ef7213 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 */ |