From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPZ1j-0003FF-11 for qemu-devel@nongnu.org; Thu, 04 Sep 2014 11:32:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPZ1W-0000II-LC for qemu-devel@nongnu.org; Thu, 04 Sep 2014 11:32:46 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:33842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPZ1W-0000Hy-CO for qemu-devel@nongnu.org; Thu, 04 Sep 2014 11:32:34 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 4 Sep 2014 16:32:32 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7D3AE2190023 for ; Thu, 4 Sep 2014 16:32:10 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s84FWTmp46334000 for ; Thu, 4 Sep 2014 15:32:29 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s84FWSuf004282 for ; Thu, 4 Sep 2014 11:32:29 -0400 From: Jens Freimann Date: Thu, 4 Sep 2014 17:32:21 +0200 Message-Id: <1409844743-31009-2-git-send-email-jfrei@linux.vnet.ibm.com> In-Reply-To: <1409844743-31009-1-git-send-email-jfrei@linux.vnet.ibm.com> References: <1409844743-31009-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 1/3] s390x: remove duplicate defines in SCLP code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: Jens Freimann , qemu-devel@nongnu.org Let's get rid of these duplicate defines. Signed-off-by: Jens Freimann --- include/hw/s390x/sclp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/hw/s390x/sclp.h b/include/hw/s390x/sclp.h index 5c43574..ec07a11 100644 --- a/include/hw/s390x/sclp.h +++ b/include/hw/s390x/sclp.h @@ -28,8 +28,6 @@ #define SCLP_UNASSIGN_STORAGE 0x000C0001 #define SCLP_CMD_READ_EVENT_DATA 0x00770005 #define SCLP_CMD_WRITE_EVENT_DATA 0x00760005 -#define SCLP_CMD_READ_EVENT_DATA 0x00770005 -#define SCLP_CMD_WRITE_EVENT_DATA 0x00760005 #define SCLP_CMD_WRITE_EVENT_MASK 0x00780005 /* SCLP Memory hotplug codes */ -- 1.8.5.5