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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6E19C43217 for ; Thu, 21 Apr 2022 10:13:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356293AbiDUKQp (ORCPT ); Thu, 21 Apr 2022 06:16:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1388159AbiDUKQd (ORCPT ); Thu, 21 Apr 2022 06:16:33 -0400 Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E32E3BC0F; Thu, 21 Apr 2022 03:13:39 -0700 (PDT) Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 23L9j5Dj013696; Thu, 21 Apr 2022 10:13:39 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ibm.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding; s=pp1; bh=pU1351TxxgaKcsdGEtePqvQruDptxNcj9mnpNTf7+Rg=; b=CTQvujgR3d9HhVmO+pO88E25W9GjOJw/zzwvoNXXSXEbPvzCadY3tJPkPEjdQ+9KbSg+ b4SmO3qsv5jDChfGM1wYfh/zDRZrvDg07MAcjoEjffxUuVPAMy0NWuj+REVLORmqUTDj lRtfYUTAIU/aeWZMdZrxIgKhgO7RGRJzsCBkbxniOfCjDXC8U5/4xhgpp9qHeDGy/xt7 qvHhtN91UEcg75g2sFaSd/eMLBqIqQkONE07hDnXd+Vd+aFYoCdZ256UFsGHITpZHM9u mviGfjk5iB6Xf1Y2T/GoUfr4MmmedN68FBPO929YXlBW3R10OOXYBg4Of5zJiIDTTwxu kw== Received: from pps.reinject (localhost [127.0.0.1]) by mx0a-001b2d01.pphosted.com with ESMTP id 3fjn0xj68u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 21 Apr 2022 10:13:39 +0000 Received: from m0098393.ppops.net (m0098393.ppops.net [127.0.0.1]) by pps.reinject (8.16.0.43/8.16.0.43) with SMTP id 23LADNWq026564; Thu, 21 Apr 2022 10:13:39 GMT Received: from ppma04ams.nl.ibm.com (63.31.33a9.ip4.static.sl-reverse.com [169.51.49.99]) by mx0a-001b2d01.pphosted.com with ESMTP id 3fjn0xj67s-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 21 Apr 2022 10:13:38 +0000 Received: from pps.filterd (ppma04ams.nl.ibm.com [127.0.0.1]) by ppma04ams.nl.ibm.com (8.16.1.2/8.16.1.2) with SMTP id 23LA3CSd003013; Thu, 21 Apr 2022 10:13:36 GMT Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by ppma04ams.nl.ibm.com with ESMTP id 3ffne97nsp-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 21 Apr 2022 10:13:36 +0000 Received: from d06av26.portsmouth.uk.ibm.com (d06av26.portsmouth.uk.ibm.com [9.149.105.62]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 23LADXkC38273292 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 21 Apr 2022 10:13:33 GMT Received: from d06av26.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id A931FAE051; Thu, 21 Apr 2022 10:13:33 +0000 (GMT) Received: from d06av26.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DDA52AE04D; Thu, 21 Apr 2022 10:13:32 +0000 (GMT) Received: from linux6.. (unknown [9.114.12.104]) by d06av26.portsmouth.uk.ibm.com (Postfix) with ESMTP; Thu, 21 Apr 2022 10:13:32 +0000 (GMT) From: Janosch Frank To: kvm@vger.kernel.org Cc: linux-s390@vger.kernel.org, imbrenda@linux.ibm.com, david@redhat.com, thuth@redhat.com, seiden@linux.ibm.com, nrb@linux.ibm.com Subject: [kvm-unit-tests PATCH v3 08/11] s390x: iep: Cleanup includes Date: Thu, 21 Apr 2022 10:11:27 +0000 Message-Id: <20220421101130.23107-9-frankja@linux.ibm.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220421101130.23107-1-frankja@linux.ibm.com> References: <20220421101130.23107-1-frankja@linux.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TM-AS-GCONF: 00 X-Proofpoint-GUID: LErJ-tcqZ4UEL6OLXsnh7LFBA40oQDQI X-Proofpoint-ORIG-GUID: guO3BntxJN5CXnhP4ybKPYoALitnLvu4 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-04-20_06,2022-04-20_01,2022-02-23_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=848 bulkscore=0 impostorscore=0 suspectscore=0 mlxscore=0 spamscore=0 phishscore=0 priorityscore=1501 lowpriorityscore=0 adultscore=0 malwarescore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2202240000 definitions=main-2204210056 Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org We don't use barriers so let's remove the include. Signed-off-by: Janosch Frank Reviewed-by: Claudio Imbrenda --- s390x/iep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/s390x/iep.c b/s390x/iep.c index 8d5e044b..4b3e09a7 100644 --- a/s390x/iep.c +++ b/s390x/iep.c @@ -9,11 +9,10 @@ */ #include #include +#include #include #include -#include #include -#include static void test_iep(void) { -- 2.32.0