From patchwork Mon Nov 19 11:11:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12925 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 36D6A23EFB for ; Mon, 19 Nov 2012 11:17:49 +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 C80E0A187FB for ; Mon, 19 Nov 2012 11:17:48 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so826643iag.11 for ; Mon, 19 Nov 2012 03:17:48 -0800 (PST) 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=YX1Z5WHHgew+rbWkl8WILjYOEe9YAYOA20XQggxy+aQ=; b=FyT3qrD4sEzfZ2o5uHFwV+nFAeRUKkHN/ot8oNf2Vi/oYwVAcY7OLhpDNLZDEj8Pei D/Xau4EKauDzsgWi3rr6rSOyDICfdBNaip9KlA1Vnrr8BaoNGIrb/7A27uc5/3QyfuhL fK3hudUiEiGcBlb+yRcMeZTI8qcMOwAmkZKqZi9avC+uDde24LoOnMv9Y/G34U727Fd0 hmLCxu5tLPUSfrg4J13df9t8dlhZKo7G75V1mMaZB0AYECFZmIYLqx1UjzMAZVxDVdfk LQItSsmuplbo2MipSPFT13vCbXnNc0gv6YDUF0oi8gdfqdahFAhhKj8v2T7dCdE9yT6j D1Cw== Received: by 10.50.91.195 with SMTP id cg3mr6173056igb.57.1353323868231; Mon, 19 Nov 2012 03:17:48 -0800 (PST) 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 n20csp143939igt; Mon, 19 Nov 2012 03:17:47 -0800 (PST) Received: by 10.68.243.10 with SMTP id wu10mr38124217pbc.85.1353323867218; Mon, 19 Nov 2012 03:17:47 -0800 (PST) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) by mx.google.com with ESMTPS id j9si13030961paw.154.2012.11.19.03.17.46 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:17:47 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.53 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.53; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.53 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-f53.google.com with SMTP id jt11so3289738pbb.12 for ; Mon, 19 Nov 2012 03:17:46 -0800 (PST) Received: by 10.66.9.2 with SMTP id v2mr27106790paa.18.1353323866554; Mon, 19 Nov 2012 03:17:46 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id qp6sm6077132pbc.25.2012.11.19.03.17.42 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:17:45 -0800 (PST) From: Sachin Kamat To: linux-alpha@vger.kernel.org Cc: paul.gortmaker@windriver.com, rth@twiddle.net, mattst88@gmail.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] alpha: Remove duplicate inclusion of asm/xchg.h Date: Mon, 19 Nov 2012 16:41:39 +0530 Message-Id: <1353323499-8638-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQmf/UDFMv+T9zuNDh8h28O3MMV2MIy7sEzjGBXk5FTeWdFqfVb3rp+D5YCeMg6b8BT+KMAo asm/xchg.h was included twice. Signed-off-by: Sachin Kamat --- arch/alpha/include/asm/cmpxchg.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/alpha/include/asm/cmpxchg.h b/arch/alpha/include/asm/cmpxchg.h index 429e8cd..8df1674 100644 --- a/arch/alpha/include/asm/cmpxchg.h +++ b/arch/alpha/include/asm/cmpxchg.h @@ -40,7 +40,6 @@ #undef ____cmpxchg #define ____xchg(type, args...) __xchg ##type(args) #define ____cmpxchg(type, args...) __cmpxchg ##type(args) -#include #define xchg(ptr, x) \ ({ \