From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CEC4CC43215 for ; Mon, 18 Nov 2019 10:08:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9AAFF20730 for ; Mon, 18 Nov 2019 10:08:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="gG0BdZP8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726631AbfKRKIH (ORCPT ); Mon, 18 Nov 2019 05:08:07 -0500 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:31089 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726490AbfKRKIG (ORCPT ); Mon, 18 Nov 2019 05:08:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574071685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nC0AqvvWidkax+v3pzB/eWLt038JFSPeFc6EVeNhyyY=; b=gG0BdZP8BGVfpJBetbe+vRBncCH5ccPs0VTf3EyvBJzbprC/H+L79c8sg68ZFQWZDLF20i Y8ZMy8160UmFgS9ZZmi6RbbMB9otJLh8cWfhMkyMwRQ2vV11V6KgfZEeO9tGcie6kH3r/q 14oqjQBOQu4TdNBt2ARUBm23ADm/vaw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-202-reG-CCP9NquAiUQ4nKFOFw-1; Mon, 18 Nov 2019 05:08:02 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E3984107ACFE; Mon, 18 Nov 2019 10:08:00 +0000 (UTC) Received: from t460s.redhat.com (unknown [10.36.118.85]) by smtp.corp.redhat.com (Postfix) with ESMTP id A31925090C; Mon, 18 Nov 2019 10:07:45 +0000 (UTC) From: David Hildenbrand To: kvm@vger.kernel.org Cc: Paolo Bonzini , =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= , Thomas Huth , Christian Borntraeger , Cornelia Huck , Janosch Frank , Claudio Imbrenda , David Hildenbrand Subject: [kvm-unit-tests PULL 02/12] s390x: remove redundant defines Date: Mon, 18 Nov 2019 11:07:09 +0100 Message-Id: <20191118100719.7968-3-david@redhat.com> In-Reply-To: <20191118100719.7968-1-david@redhat.com> References: <20191118100719.7968-1-david@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-MC-Unique: reG-CCP9NquAiUQ4nKFOFw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org From: Claudio Imbrenda Signed-off-by: Claudio Imbrenda Reviewed-by: Christian Borntraeger Reviewed-by: Janosch Frank Reviewed-by: Thomas Huth Reviewed-by: David Hildenbrand Message-Id: <1572023194-14370-2-git-send-email-imbrenda@linux.ibm.com> Signed-off-by: David Hildenbrand --- lib/s390x/sclp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/s390x/sclp.h b/lib/s390x/sclp.h index 4e69845..f00c3df 100644 --- a/lib/s390x/sclp.h +++ b/lib/s390x/sclp.h @@ -27,8 +27,6 @@ #define SCLP_ASSIGN_STORAGE 0x000D0001 #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 =20 /* SCLP Memory hotplug codes */ --=20 2.21.0