summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/cuboot-c2k.c
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2016-09-22 16:54:32 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-09-28 14:31:50 +1000
commita4da56fbc553ea941f3de6ec55070d62f6957d51 (patch)
tree86b6d491fa6284ef9331984dd3f3870e3bf10467 /arch/powerpc/boot/cuboot-c2k.c
parent1b7898ee276b39e54d870dc4ef3374f663d0b426 (diff)
powerpc/boot: Remove the legacy gzip wrapper
This code is no longer used and can be removed. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/boot/cuboot-c2k.c')
-rw-r--r--arch/powerpc/boot/cuboot-c2k.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/cuboot-c2k.c b/arch/powerpc/boot/cuboot-c2k.c
index e43594950ba3..9309c51f1d65 100644
--- a/arch/powerpc/boot/cuboot-c2k.c
+++ b/arch/powerpc/boot/cuboot-c2k.c
@@ -18,7 +18,6 @@
#include "io.h"
#include "ops.h"
#include "elf.h"
-#include "gunzip_util.h"
#include "mv64x60.h"
#include "cuboot.h"
#include "ppcboot.h"