aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/include/asm/of_platform.h16
-rw-r--r--arch/powerpc/include/asm/prom.h2
2 files changed, 2 insertions, 16 deletions
diff --git a/arch/powerpc/include/asm/of_platform.h b/arch/powerpc/include/asm/of_platform.h
deleted file mode 100644
index d506aa61db83..000000000000
--- a/arch/powerpc/include/asm/of_platform.h
+++ /dev/null
@@ -1,16 +0,0 @@
1#ifndef _ASM_POWERPC_OF_PLATFORM_H
2#define _ASM_POWERPC_OF_PLATFORM_H
3/*
4 * Copyright (C) 2006 Benjamin Herrenschmidt, IBM Corp.
5 * <benh@kernel.crashing.org>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version
10 * 2 of the License, or (at your option) any later version.
11 *
12 */
13
14extern void of_instantiate_rtc(void);
15
16#endif /* _ASM_POWERPC_OF_PLATFORM_H */
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);
117struct pci_dev; 117struct pci_dev;
118extern int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq); 118extern int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq);
119 119
120extern void of_instantiate_rtc(void);
121
120#endif /* __KERNEL__ */ 122#endif /* __KERNEL__ */
121#endif /* _POWERPC_PROM_H */ 123#endif /* _POWERPC_PROM_H */