From patchwork Tue Feb 12 15:44:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2129061 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 29AE03FD4F for ; Tue, 12 Feb 2013 15:42:11 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U5Hx0-0003JD-8i; Tue, 12 Feb 2013 15:39:18 +0000 Received: from mail-da0-f52.google.com ([209.85.210.52]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U5Hww-0003Ik-AW for linux-arm-kernel@lists.infradead.org; Tue, 12 Feb 2013 15:39:14 +0000 Received: by mail-da0-f52.google.com with SMTP id f10so75113dak.25 for ; Tue, 12 Feb 2013 07:39:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:date:message-id:in-reply-to:references :subject; bh=+jC4VIug0iPN9fqpeBSrmYVTPAlM2jfreonFmUPyB30=; b=TYkx7fDxycgHVYpG8gcT1QOa+tzm5TkWGfnuLdQpiMYa0EtPhXrb6XT9Grnj7m0AE4 UoRZIDiab8fEc4NlBPZD09o2syYErPj+VhvjLmjX7lrhKjb3OUawIGjKvjhvq6hSEsdC FlrTlyHeb3Ue0AlCqk7vIy6OQLUKW+IX4kB8yBJxLUCi0BUrkinJHYnbxoTEKPx2p6Ag RkRi1U7X9VqwBGj/uQJDTf0q+GFEUOIMMEVZJqS7T/7eQaXxtTZBPSPa5lj3kIrTjXZc +MPe+S7B3kKu2PsG86degzVM4YnmCdRcCdQLBrwjo4noKwcPRXOCim+SLUWZAUs91nz8 jeQw== X-Received: by 10.66.72.198 with SMTP id f6mr53084541pav.42.1360683552850; Tue, 12 Feb 2013 07:39:12 -0800 (PST) Received: from [127.0.0.1] (FL1-122-133-79-190.tky.mesh.ad.jp. [122.133.79.190]) by mx.google.com with ESMTPS id k7sm62554401paz.13.2013.02.12.07.39.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Feb 2013 07:39:11 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Wed, 13 Feb 2013 00:44:48 +0900 Message-Id: <20130212154448.13067.88825.sendpatchset@w520> In-Reply-To: <20130212154438.13067.77359.sendpatchset@w520> References: <20130212154438.13067.77359.sendpatchset@w520> Subject: [PATCH 01/06] ARM: shmobile: Remove unused headers from hotplug.c X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130212_103914_466726_E16061E4 X-CRM114-Status: UNSURE ( 8.02 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.52 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (magnus.damm[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Magnus Damm This file has no SoC-specific references in it, and fortunately it is still independent of OF so there is no real reason to drag in these headers. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/hotplug.c | 4 ---- 1 file changed, 4 deletions(-) --- 0001/arch/arm/mach-shmobile/hotplug.c +++ work/arch/arm/mach-shmobile/hotplug.c 2013-02-12 23:44:08.000000000 +0900 @@ -14,12 +14,8 @@ #include #include #include -#include #include -#include -#include #include -#include static cpumask_t dead_cpus;