Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb04883b authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman
Browse files

ARM: shmobile: Remove mach/uncompress.h



Convert ARCH_SHMOBILE_LEGACY to make use of <debug/uncompress.h>
and remove the now unused <mach/uncompress.h>.

Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 814979eb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1573,7 +1573,8 @@ config DEBUG_UNCOMPRESS
config UNCOMPRESS_INCLUDE
	string
	default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
					PLAT_SAMSUNG || ARCH_EFM32
					PLAT_SAMSUNG || ARCH_EFM32 || \
					ARCH_SHMOBILE_LEGACY
	default "mach/uncompress.h"

config EARLY_PRINTK
+0 −19
Original line number Diff line number Diff line
#ifndef __ASM_MACH_UNCOMPRESS_H
#define __ASM_MACH_UNCOMPRESS_H

/*
 * This does not append a newline
 */
static void putc(int c)
{
}

static inline void flush(void)
{
}

static void arch_decomp_setup(void)
{
}

#endif /* __ASM_MACH_UNCOMPRESS_H */