diff options
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index 4d0cfd733985..93608b772db5 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h | |||
@@ -79,7 +79,7 @@ int serial_console_init(void); | |||
79 | int ns16550_console_init(void *devp, struct serial_console_data *scdp); | 79 | int ns16550_console_init(void *devp, struct serial_console_data *scdp); |
80 | void *simple_alloc_init(char *base, u32 heap_size, u32 granularity, | 80 | void *simple_alloc_init(char *base, u32 heap_size, u32 granularity, |
81 | u32 max_allocs); | 81 | u32 max_allocs); |
82 | 82 | extern void flush_cache(void *, unsigned long); | |
83 | 83 | ||
84 | static inline void *finddevice(const char *name) | 84 | static inline void *finddevice(const char *name) |
85 | { | 85 | { |