diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2010-06-29 18:26:53 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-07-24 17:57:52 +0200 |
commit | 129ac799ad627b1e08382739f9e8cd75d7477fa3 (patch) | |
tree | 2c42efc35fbd20546bf8cf06db9716825eb2bda0 /arch/powerpc/include/asm/prom.h | |
parent | of/platform: remove all of_bus_type and of_platform_bus_type references (diff) | |
download | linux-129ac799ad627b1e08382739f9e8cd75d7477fa3.tar.xz linux-129ac799ad627b1e08382739f9e8cd75d7477fa3.zip |
of: remove asm/of_platform.h
Only thing left in it is of_instantiate_rtc() which can be moved to
asm/prom.h on PowerPC and is unused in microblaze.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/powerpc/include/asm/prom.h')
-rw-r--r-- | arch/powerpc/include/asm/prom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/prom.h b/arch/powerpc/include/asm/prom.h index f864722679e8..da7dd634e7ce 100644 --- a/arch/powerpc/include/asm/prom.h +++ b/arch/powerpc/include/asm/prom.h @@ -117,5 +117,7 @@ extern const void *of_get_mac_address(struct device_node *np); struct pci_dev; extern int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq); +extern void of_instantiate_rtc(void); + #endif /* __KERNEL__ */ #endif /* _POWERPC_PROM_H */ |