diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-01-20 06:58:20 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-23 17:12:16 -0500 |
commit | bb04883b2519b23bb4d3f4f7dac51cdda9a5e61d (patch) | |
tree | 17ed307ad048be280a88086bde7248b9bd1cc9e6 | |
parent | 814979eb8494c2269f4907ef0494f199d6d06ec2 (diff) |
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: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/Kconfig.debug | 3 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/uncompress.h | 19 |
2 files changed, 2 insertions, 20 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 970de7518341..1ca8dc75a745 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -1573,7 +1573,8 @@ config DEBUG_UNCOMPRESS | |||
1573 | config UNCOMPRESS_INCLUDE | 1573 | config UNCOMPRESS_INCLUDE |
1574 | string | 1574 | string |
1575 | default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ | 1575 | default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ |
1576 | PLAT_SAMSUNG || ARCH_EFM32 | 1576 | PLAT_SAMSUNG || ARCH_EFM32 || \ |
1577 | ARCH_SHMOBILE_LEGACY | ||
1577 | default "mach/uncompress.h" | 1578 | default "mach/uncompress.h" |
1578 | 1579 | ||
1579 | config EARLY_PRINTK | 1580 | config EARLY_PRINTK |
diff --git a/arch/arm/mach-shmobile/include/mach/uncompress.h b/arch/arm/mach-shmobile/include/mach/uncompress.h deleted file mode 100644 index f1aee56781e7..000000000000 --- a/arch/arm/mach-shmobile/include/mach/uncompress.h +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | #ifndef __ASM_MACH_UNCOMPRESS_H | ||
2 | #define __ASM_MACH_UNCOMPRESS_H | ||
3 | |||
4 | /* | ||
5 | * This does not append a newline | ||
6 | */ | ||
7 | static void putc(int c) | ||
8 | { | ||
9 | } | ||
10 | |||
11 | static inline void flush(void) | ||
12 | { | ||
13 | } | ||
14 | |||
15 | static void arch_decomp_setup(void) | ||
16 | { | ||
17 | } | ||
18 | |||
19 | #endif /* __ASM_MACH_UNCOMPRESS_H */ | ||