From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <rami.rosen@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 0243D1C6E1
 for <dev@dpdk.org>; Fri, 13 Apr 2018 19:24:43 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga007.jf.intel.com ([10.7.209.58])
 by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 13 Apr 2018 10:24:41 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.48,446,1517904000"; d="scan'208";a="33189116"
Received: from imail001.iil.intel.com ([10.184.207.12])
 by orsmga007.jf.intel.com with ESMTP; 13 Apr 2018 10:24:39 -0700
Received: from desku.iil.intel.com (desku.iil.intel.com [143.185.141.162])
 by imail001.iil.intel.com with ESMTP id w3DHOQSZ022550;
 Fri, 13 Apr 2018 20:24:26 +0300
From: Rami Rosen <rami.rosen@intel.com>
To: jerin.jacob@caviumnetworks.com
Cc: dev@dpdk.org, Rami Rosen <rami.rosen@intel.com>
Date: Fri, 13 Apr 2018 20:20:17 -0400
Message-Id: <20180414002017.10957-1-rami.rosen@intel.com>
X-Mailer: git-send-email 2.14.3
Subject: [dpdk-dev] [PATCH] eventdev: remove rte_eventdev_driver from
	rte_eventdev.h
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Apr 2018 17:24:44 -0000

This patch removes the decalartion of rte_eventdev_driver from
rte_eventdev.h, as it not used anymore; pci_eventdev_skeleton_pmd
moved to use rte_pci_driver instead of rte_eventdev_driver.

Fixes: 7214438d93e6 ("remove PCI dependency from generic structures")

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 lib/librte_eventdev/rte_eventdev.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_eventdev/rte_eventdev.h b/lib/librte_eventdev/rte_eventdev.h
index b21c27179..b52b8e91f 100644
--- a/lib/librte_eventdev/rte_eventdev.h
+++ b/lib/librte_eventdev/rte_eventdev.h
@@ -1096,7 +1096,6 @@ int
 rte_event_eth_rx_adapter_caps_get(uint8_t dev_id, uint8_t eth_port_id,
 				uint32_t *caps);
 
-struct rte_eventdev_driver;
 struct rte_eventdev_ops;
 struct rte_eventdev;
 
-- 
2.14.3