From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rami Rosen Subject: [PATCH 1/1] remove unnecessray fw declarations Date: Wed, 22 Aug 2018 17:37:31 +0300 Message-ID: <20180822143731.3971-1-ramirose@gmail.com> Cc: stable@dpdk.org, Rami Rosen To: dev@dpdk.org Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Rami Rosen --- app/test-pmd/testpmd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c index ee48db2a3..8a31722db 100644 --- a/app/test-pmd/testpmd.c +++ b/app/test-pmd/testpmd.c @@ -435,9 +435,6 @@ static int eth_event_callback(portid_t port_id, static void eth_dev_event_callback(char *device_name, enum rte_dev_event_type type, void *param); -static int eth_dev_event_callback_register(void); -static int eth_dev_event_callback_unregister(void); - /* * Check if all the ports are started. -- 2.17.1