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: 5668401 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 91F109F357 for ; Tue, 20 Jan 2015 11:52:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B625320351 for ; Tue, 20 Jan 2015 11:52:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA7EF20220 for ; Tue, 20 Jan 2015 11:52:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752294AbbATLwS (ORCPT ); Tue, 20 Jan 2015 06:52:18 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:53071 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751823AbbATLwS (ORCPT ); Tue, 20 Jan 2015 06:52:18 -0500 Received: by mail-pa0-f54.google.com with SMTP id eu11so10859445pac.13 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 Cc: geert+renesas@glider.be, Magnus Damm , horms@verge.net.au, laurent.pinchart+renesas@ideasonboard.com, linux-arm-kernel@lists.infradead.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 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 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 */