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: 12207 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C5F9723F58 for ; Sat, 13 Oct 2012 08:30:28 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 59426A18529 for ; Sat, 13 Oct 2012 08:30:28 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id f6so2529700iag.11 for ; Sat, 13 Oct 2012 01:30:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=ubfEuoz8qiT0XmyJ1bhnGgBoWwwddpjjjymJoX45Kf8=; b=STstnc5OkFjEjjSPk0KkEGkbl2hcJJhXb1z26iaxOah6uFjUB8rWqO7mSPnZKdBZGv vItmcZ0QKXUl8f3ft3rsG24e1Ta9qGnUly4zkG1KgzYb9UrRSIYyILlmrGYhjvu6gd+J Y2yiSv006Iu/TbR6LuTcgY6l6HEs07BOiCPGnwyesizinvRPffaGRUliJ+pD2GzQrELn h3sobL3esYPlBQYCwjhCXtoOFxBeeInnhQjU9A/YYSWqx8Yv7kyvvzcnvi8HeGrvLxG7 V0adfsJSlOLRx3WXj39MJQ21loLAufGQ/a6x2q5XL5PhYHsk6Uj7vW8INu6lPOwuAny5 pn+Q== Received: by 10.50.236.72 with SMTP id us8mr4106791igc.70.1350117027667; Sat, 13 Oct 2012 01:30:27 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp308252igt; Sat, 13 Oct 2012 01:30:26 -0700 (PDT) Received: by 10.68.189.138 with SMTP id gi10mr20206834pbc.165.1350117026412; Sat, 13 Oct 2012 01:30:26 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id aj7si10194590pbd.245.2012.10.13.01.30.25 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 13 Oct 2012 01:30:26 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pb0-f50.google.com with SMTP id md4so3938861pbc.37 for ; Sat, 13 Oct 2012 01:30:25 -0700 (PDT) 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 Cc: catalin.marinas@arm.com, arnd@arndb.de, sachin.kamat@linaro.org, patches@linaro.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: ALoCoQktq17CpEY3N4ofUF8zWdZRMqHuAf+WPKkK6Z5bZjJvKqxIiGEL9LTeD2qUvOm7aY2uui2+ 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