From patchwork Mon Nov 19 11:22:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12928 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 4397A23E01 for ; Mon, 19 Nov 2012 11:28:40 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id E2515A18222 for ; Mon, 19 Nov 2012 11:28:39 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so6261086iej.11 for ; Mon, 19 Nov 2012 03:28:39 -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=jPbDzDZYESOtmCGDDtR/fyd25hNs8e/BJ9dynQH/ELo=; b=lsz9DlTWRuG/WxC+obVsnehAQDhZ6GHKQXEQeZhHK4EMHMt9KbCmSm/TH3hu5Pp5wA /Julf9p/bTgZ3n6PPxY1l1AofD3vuqEHfT3vRByAM704pEI2CjduPCtTT6eLLoIPnrdj OOXQotfhCRRj1o1H49dnre/u6zAIcQ9bGlEnRuypXlJXefYwzNVkrLjrDZPSYUX33TgT AGIGwj8UeaAYAF3YciBGQO0JwaiaeluJyvampntuoY/GMyNTtdtNwkvxFDzZJOQuq7OL iMClU7RdpntLWWdn41LbJpkyTa2utVwzmd8XuH6SI3vWdTVvf6gP4RyRlQbS+J999Kod N/Lg== Received: by 10.43.46.2 with SMTP id um2mr10566155icb.18.1353324519265; Mon, 19 Nov 2012 03:28:39 -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 n20csp145154igt; Mon, 19 Nov 2012 03:28:38 -0800 (PST) Received: by 10.66.87.167 with SMTP id az7mr34694204pab.69.1353324517550; Mon, 19 Nov 2012 03:28:37 -0800 (PST) Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) by mx.google.com with ESMTPS id gk10si13458976pbc.26.2012.11.19.03.28.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:28:37 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.46 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.46; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.46 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-pa0-f46.google.com with SMTP id bh2so389325pad.19 for ; Mon, 19 Nov 2012 03:28:37 -0800 (PST) Received: by 10.66.77.39 with SMTP id p7mr34982501paw.8.1353324517208; Mon, 19 Nov 2012 03:28:37 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id mz10sm6087745pbc.37.2012.11.19.03.28.34 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:28:36 -0800 (PST) From: Sachin Kamat To: xen-devel@lists.xensource.com, virtualization@lists.linux-foundation.org Cc: konrad.wilk@oracle.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h Date: Mon, 19 Nov 2012 16:52:30 +0530 Message-Id: <1353324150-21785-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkmQ5mpvpL71ispOlbMLeXg5Qj/Rr8DJNudjQ0wuVra5tSoCCutuIb/RD3KCLzxgawXZMgW asm/xen/hypervisor.h was included twice. Signed-off-by: Sachin Kamat --- drivers/xen/xenbus/xenbus_xs.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/xen/xenbus/xenbus_xs.c b/drivers/xen/xenbus/xenbus_xs.c index acedeab..88e677b 100644 --- a/drivers/xen/xenbus/xenbus_xs.c +++ b/drivers/xen/xenbus/xenbus_xs.c @@ -48,7 +48,6 @@ #include #include #include "xenbus_comms.h" -#include struct xs_stored_msg { struct list_head list;