From patchwork Tue Jan 20 11:58:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5668431 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 8D70FC058D for ; Tue, 20 Jan 2015 11:54:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B836220396 for ; Tue, 20 Jan 2015 11:54:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8ECA7203AE for ; Tue, 20 Jan 2015 11:54:41 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YDXMb-0001e4-DE; Tue, 20 Jan 2015 11:52:53 +0000 Received: from mail-pd0-x232.google.com ([2607:f8b0:400e:c02::232]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YDXMM-0001JQ-U3 for linux-arm-kernel@lists.infradead.org; Tue, 20 Jan 2015 11:52:39 +0000 Received: by mail-pd0-f178.google.com with SMTP id y10so2996068pdj.9 for ; Tue, 20 Jan 2015 03:52:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=CtA8KJrRweV+tKFLC3e5I06ToaV7/HupE1JOKst+BC8=; b=kSTAqrktRNUboCEPrHi1Fn2954KO0EZEMDumSoIohQWkUNL7/6w8MZV6wcL5IyefXo 9+LIRAK/JSJf81wGv2HpyX5JlujhbYMUHpvk9AsR1yNf3vtjGjTRnfSTTSWPbS1cVNxu 0Drkqtqk3k0Y2MhHyI9XY6ngiZSnIW0L/71KGWEZzHNh+4dRlgyGSGv5rZy9/28J2olu Rwrc9ygcm5ovz6E5gutS2MzUFYsxzTihztZZvZGiTfYGGm0h/s7L90UC0+zPMZf5yME3 cT7OlkfAmuzbrefA/xzFU5s+nCXFA+gbzu/TbeDcFWNkyw8tmLop1MA6FFINH22xJrf8 f3+A== X-Received: by 10.68.222.40 with SMTP id qj8mr52603759pbc.51.1421754737794; Tue, 20 Jan 2015 03:52:17 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id x16sm2721513pbt.66.2015.01.20.03.52.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Jan 2015 03:52:16 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 20 Jan 2015 20:58:20 +0900 Message-Id: <20150120115820.11479.4763.sendpatchset@little-apple> In-Reply-To: <20150120115750.11479.95109.sendpatchset@little-apple> References: <20150120115750.11479.95109.sendpatchset@little-apple> Subject: [PATCH 03/03] ARM: shmobile: Remove mach/uncompress.h X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150120_035239_012023_A09D0615 X-CRM114-Status: UNSURE ( 7.56 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: linux-arm-kernel@lists.infradead.org, horms@verge.net.au, Magnus Damm , laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Convert ARCH_SHMOBILE_LEGACY to make use of and remove the now unused . Signed-off-by: Magnus Damm --- arch/arm/Kconfig.debug | 3 ++- arch/arm/mach-shmobile/include/mach/uncompress.h | 19 ------------------- 2 files changed, 2 insertions(+), 20 deletions(-) --- 0001/arch/arm/Kconfig.debug +++ work/arch/arm/Kconfig.debug 2015-01-20 20:26:10.527765900 +0900 @@ -1441,7 +1441,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 --- 0001/arch/arm/mach-shmobile/include/mach/uncompress.h +++ /dev/null 2015-01-13 15:44:39.280208949 +0900 @@ -1,19 +0,0 @@ -#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 */