diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2007-12-09 22:28:39 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-10 21:46:15 -0500 |
commit | 430b01e8f5e524a2bfa50074d97d0bdc2505807b (patch) | |
tree | 2dffae4bfc21e081eb60b2a91e6d419fadb44b7f /arch/powerpc/boot/ops.h | |
parent | 2f0dfeaa84a8eea56218b77ffc61ed3dd7181847 (diff) |
[POWERPC] Kill flatdevtree.c
Now that earlier patches have switched the bootwrapper to using libfdt
for device tree manipulation, this patch removes the now unused
flatdevtree.c and related files.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index 28df2c5a9761..6036a98e646a 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h | |||
@@ -79,7 +79,6 @@ struct loader_info { | |||
79 | extern struct loader_info loader_info; | 79 | extern struct loader_info loader_info; |
80 | 80 | ||
81 | void start(void); | 81 | void start(void); |
82 | int ft_init(void *dt_blob, unsigned int max_size, unsigned int max_find_device); | ||
83 | void fdt_init(void *blob); | 82 | void fdt_init(void *blob); |
84 | int serial_console_init(void); | 83 | int serial_console_init(void); |
85 | int ns16550_console_init(void *devp, struct serial_console_data *scdp); | 84 | int ns16550_console_init(void *devp, struct serial_console_data *scdp); |