From patchwork Wed Sep 9 10:05:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi Li X-Patchwork-Id: 1360526 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=winhong.com Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Bmd2W5Ctsz9sTg for ; Wed, 9 Sep 2020 20:06:11 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 922E887019; Wed, 9 Sep 2020 10:06:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XkksV8DXgjoU; Wed, 9 Sep 2020 10:06:08 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by fraxinus.osuosl.org (Postfix) with ESMTP id 74FE586FF6; Wed, 9 Sep 2020 10:06:08 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5BA58C0859; Wed, 9 Sep 2020 10:06:08 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id AA7C5C0051 for ; Wed, 9 Sep 2020 10:06:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4E0371FEAE for ; Wed, 9 Sep 2020 10:06:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7PgmzIJXUUlX for ; Wed, 9 Sep 2020 10:06:03 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from regular1.263xmail.com (regular1.263xmail.com [211.150.70.195]) by silver.osuosl.org (Postfix) with ESMTPS id C6840204DD for ; Wed, 9 Sep 2020 10:06:02 +0000 (UTC) Received: from localhost (unknown [192.168.167.8]) by regular1.263xmail.com (Postfix) with ESMTP id 20E82146B for ; Wed, 9 Sep 2020 18:05:59 +0800 (CST) X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-ADDR-CHECKED4: 1 X-ANTISPAM-LEVEL: 2 X-SKE-CHECKED: 1 X-ABS-CHECKED: 1 Received: from localhost.localdomain (unknown [125.88.171.115]) by smtp.263.net (postfix) whith ESMTP id P11317T139657639622400S1599645955116685_; Wed, 09 Sep 2020 18:05:59 +0800 (CST) X-IP-DOMAINF: 1 X-UNIQUE-TAG: <4e9bdd25bdd8fd501f02fa6059c9dff8> X-RL-SENDER: yili@winhong.com X-SENDER: yili@winhong.com X-LOGIN-NAME: yili@winhong.com X-FST-TO: dev@openvswitch.org X-SENDER-IP: 125.88.171.115 X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 X-System-Flag: 0 From: Yi Li To: dev@openvswitch.org Date: Wed, 9 Sep 2020 18:05:52 +0800 Message-Id: <20200909100552.1279654-1-yili@winhong.com> X-Mailer: git-send-email 2.25.3 MIME-Version: 1.0 Cc: Yi Li Subject: [ovs-dev] [PATCH ovn] Remove duplicate include file X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Signed-off-by: Yi Li --- controller/bfd.c | 1 - controller/pinctrl.c | 1 - 2 files changed, 2 deletions(-) diff --git a/controller/bfd.c b/controller/bfd.c index b305eb15..cf011e38 100644 --- a/controller/bfd.c +++ b/controller/bfd.c @@ -17,7 +17,6 @@ #include "bfd.h" #include "encaps.h" #include "lport.h" -#include "ovn-controller.h" #include "lib/hash.h" #include "lib/sset.h" diff --git a/controller/pinctrl.c b/controller/pinctrl.c index bb7bb41b..0a702053 100644 --- a/controller/pinctrl.c +++ b/controller/pinctrl.c @@ -27,7 +27,6 @@ #include "ha-chassis.h" #include "lport.h" #include "nx-match.h" -#include "ovn-controller.h" #include "latch.h" #include "lib/packets.h" #include "lib/sset.h"