From patchwork Tue Jan 20 11:58:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5668381 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 1B7CF9F357 for ; Tue, 20 Jan 2015 11:52:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 575E620351 for ; Tue, 20 Jan 2015 11:51:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8547E20220 for ; Tue, 20 Jan 2015 11:51:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752799AbbATLv6 (ORCPT ); Tue, 20 Jan 2015 06:51:58 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:50861 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752759AbbATLv5 (ORCPT ); Tue, 20 Jan 2015 06:51:57 -0500 Received: by mail-pa0-f53.google.com with SMTP id kx10so916989pab.12 for ; Tue, 20 Jan 2015 03:51:57 -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=fqJCCK1yNVhN5lyjzOXTnEj3JOIH4rnfPYze+jpSCsY=; b=CIqwr1sURhbvNL6RKVgMjKIHKaF2baYX7azUiSL9uWbB9fu+EoXMPCnrbAgp6AAVCe T7AbNoKBxnr6Yyocycxl83ny4XqpMnEuEkzV8gKppmqtRHNSYW9O6Iop3RHJ2gQHi93j x2M38RNdcMA26s8CrB33Dv+Gi0NCaSJsFcnkeMKYl9DXdfwHKOwGzT1ALdMzeLjfwMwx 789gRcZLFK95PEsUmekeNMD1Z4lJmnw1y7khSTTKPAzTK8l9KV3bFMBT5JlUtXvCxSzg YogEU8jTCA7c+aMbRJB1SY3/I3CtulK1B1IVhBPTWfmB7WlQlekd92qM67ileRcjKfG8 uIjg== X-Received: by 10.68.171.1 with SMTP id aq1mr37551764pbc.125.1421754717533; Tue, 20 Jan 2015 03:51:57 -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 c9sm11606378pdm.51.2015.01.20.03.51.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Jan 2015 03:51:56 -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:00 +0900 Message-Id: <20150120115800.11479.87312.sendpatchset@little-apple> In-Reply-To: <20150120115750.11479.95109.sendpatchset@little-apple> References: <20150120115750.11479.95109.sendpatchset@little-apple> Subject: [PATCH 01/03] ARM: shmobile: Remove mach/system.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 The file is no longer included from anywhere so clean up the code by removing mach-shmobile/include/mach/system.h Signed-off-by: Magnus Damm --- Applies to renesas-devel-20150119-v3.19-rc5 arch/arm/mach-shmobile/include/mach/system.h | 11 ----------- 1 file changed, 11 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/mach-shmobile/include/mach/system.h +++ /dev/null 2015-01-13 15:44:39.280208949 +0900 @@ -1,11 +0,0 @@ -#ifndef __ASM_ARCH_SYSTEM_H -#define __ASM_ARCH_SYSTEM_H - -#include - -static inline void arch_reset(char mode, const char *cmd) -{ - soft_restart(0); -} - -#endif