diff options
author | Milton Miller <miltonm@bga.com> | 2007-03-19 21:58:06 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-03-21 12:35:42 +0100 |
commit | 0e6806734fd861c360ecbb4262d3d5678cea7faf (patch) | |
tree | 00be3831da8c57bf782811ed0d4fec110ee18f41 /arch/powerpc/boot/main.c | |
parent | [POWERPC] boot: rebuild when wrapper changes (diff) | |
download | linux-0e6806734fd861c360ecbb4262d3d5678cea7faf.tar.xz linux-0e6806734fd861c360ecbb4262d3d5678cea7faf.zip |
[POWERPC] boot: export flush_cache
Move the declaration of flush_cache to ops.h for use by platform code.
Signed-off-by: Milton Miller <miltonm@bga.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/main.c')
-rw-r--r-- | arch/powerpc/boot/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/main.c b/arch/powerpc/boot/main.c index 8a60e13777d7..d872b758ef14 100644 --- a/arch/powerpc/boot/main.c +++ b/arch/powerpc/boot/main.c @@ -18,8 +18,6 @@ #include "gunzip_util.h" #include "flatdevtree.h" -extern void flush_cache(void *, unsigned long); - extern char _start[]; extern char __bss_start[]; extern char _end[]; |