From patchwork Sat Oct 13 08:25:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 1588991 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 8832FDF238 for ; Sat, 13 Oct 2012 08:40:33 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TMxDw-00084o-N8; Sat, 13 Oct 2012 08:37:32 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TMxDs-00084a-B9 for linux-arm-kernel@lists.infradead.org; Sat, 13 Oct 2012 08:37:29 +0000 Received: by mail-pa0-f49.google.com with SMTP id bi5so3642255pad.36 for ; Sat, 13 Oct 2012 01:37:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=ubfEuoz8qiT0XmyJ1bhnGgBoWwwddpjjjymJoX45Kf8=; b=LLdJpapo3MYn7A3ZhxwtQyOwzsdLGFLhhn1c+QvWG8Rmab+Yd/euWa4oCrF6nPHMRW IKmOCoNO+rxIw7H2gIzm2IHoHEZmO/juSuH/JiWNv1KAePcMgWesH9H7D9EHpZUZabRu gGMpigyeZDV2bl4bBPg2Hyz0/NTc6A20QvSZoXHunQZxrYFaGBdbBHSV7iYo3XEZTmBS ybFOd4AQzqEcE8ERRd6lwNQYeeG+zUjAslQT0xAwtXk7tvN2hak5jT8GwDeJKYovbq7j mTXkS/ySyq4R5OpjezBVqe7eiy2y8mWjerjQhRmli+XxIn84faLtu15aACBII82gKWU7 ixgg== Received: by 10.66.85.227 with SMTP id k3mr17327257paz.79.1350117025625; Sat, 13 Oct 2012 01:30:25 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id to8sm5744961pbc.11.2012.10.13.01.30.22 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 13 Oct 2012 01:30:25 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/1] ARM64: Remove duplicate inclusion of mmu_context.h in smp.c Date: Sat, 13 Oct 2012 13:55:58 +0530 Message-Id: <1350116758-624-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlZ/jwJf6HEKD3tax+d3sD2isfMQcEpw03LaHw8sfpmb67n/VaA5cznEe1cFVAMFGEcouBJ X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: sachin.kamat@linaro.org, catalin.marinas@arm.com, arnd@arndb.de, patches@linaro.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 asm/mmu_context.h was included twice. Signed-off-by: Sachin Kamat --- arch/arm64/kernel/smp.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c index b711525..226b6bf 100644 --- a/arch/arm64/kernel/smp.c +++ b/arch/arm64/kernel/smp.c @@ -46,7 +46,6 @@ #include #include #include -#include /* * as from 2.5, kernels no longer have an init_tasks structure