From patchwork Tue Apr 2 21:50:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 139047 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BAFD043DC8; Tue, 2 Apr 2024 23:57:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6141640A8A; Tue, 2 Apr 2024 23:56:01 +0200 (CEST) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by mails.dpdk.org (Postfix) with ESMTP id 6C79C4068A for ; Tue, 2 Apr 2024 23:55:52 +0200 (CEST) Received: by mail-pl1-f178.google.com with SMTP id d9443c01a7336-1e27f800ad0so6788525ad.1 for ; Tue, 02 Apr 2024 14:55:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1712094951; x=1712699751; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=JSN1m+l+oNwDoCRQ0Gjdhbiuoczq/kMhohXgq879O5o=; b=f6HIAnDJYctbMbgJlzFcn5cpeolmt+6y7wgTndhQGmDMhr0l7UStYZZxA91WkJtZqq H8142maexggSgb0pecV+oAEaHW9UmoRBTW21hs6KbMCRIaEyuhk9i24YQ0flU6mbxbSH wBVRzyTfzuwMht0HuRd8P07LUca+bDN01kS1lkk2Mu956sW2N+Tiw0FjA8LZ1R31+JcH K6Zk6vp39hkcQOSrum/E0KKomzMwktRl8LfYGArld0eiHw41ZOb4mrf3dIFLFp5tLOj6 4EssklTdeCFdxwDwvbPu10VhJAbCz0RCVQcjQAp+ktBVPgFlIHzys4gBIzs+tBgx7ScW h4sw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712094951; x=1712699751; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=JSN1m+l+oNwDoCRQ0Gjdhbiuoczq/kMhohXgq879O5o=; b=aepbOxLOd+hCXBFbpA+p2PWJpsjrdKitNz0TjDhFNjb3JX7UFPXuHvva2MBZRZ1YJB 8Cs8+e+7Ysx3Feu5tRWgh6wlHkVsAwnPiZ9nZRwoGwcpp/yD4QR37Hg1/99/69O+VhVK 2No7ogaHmHgOGk/mdBWg4nTrwQMMJqEyFpuZghvNni4cC8I18OGmJmX5EiXpB9StAFms jHbff/6kSXT7uImFpR6zSR1zziru5k46C3qOsF2ZJyAYJwr0quUKFai5vFP2PpStnOKj vZP8pqWGHOkIwy6xlxhGL1Qup+ibHERxJz92Q422nxso24xUCKjGCCcdxTTCvIo/5fRy WUtg== X-Gm-Message-State: AOJu0YyDENo6cIzdxLGJ4+AKzfEopJw0lsi9OMTktPXNXofuXGGGb9A+ +7EzVlr+rS0cMbcGiE34MRQqz/d+ShCSu1c/Mc10wNxR8Ac1H60VEU7e+Rdd3F2fkfoVlKRr1Fw T X-Google-Smtp-Source: AGHT+IGeLV7M7GwlwgVrZ8CW8pyrpzgfYe/8rtNjbaPSppSoTVjI5S0L0K1JHtEidcsI8G7lk2atlg== X-Received: by 2002:a17:903:2284:b0:1dd:c953:cfa0 with SMTP id b4-20020a170903228400b001ddc953cfa0mr15696671plh.48.1712094951666; Tue, 02 Apr 2024 14:55:51 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id x15-20020a170902820f00b001dddf29b6e8sm11609381pln.299.2024.04.02.14.55.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Apr 2024 14:55:51 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Parav Pandit , Xueming Li , Hemant Agrawal , Sachin Saxena , Chenbo Xia , Nipun Gupta Subject: [PATCH v3 14/30] bus: remove unneeded rte_memcpy.h include Date: Tue, 2 Apr 2024 14:50:30 -0700 Message-ID: <20240402215502.278838-15-stephen@networkplumber.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240402215502.278838-1-stephen@networkplumber.org> References: <20240229225936.483472-1-stephen@networkplumber.org> <20240402215502.278838-1-stephen@networkplumber.org> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Included here but never used. Signed-off-by: Stephen Hemminger --- drivers/bus/auxiliary/linux/auxiliary.c | 1 - drivers/bus/fslmc/fslmc_bus.c | 1 - drivers/bus/fslmc/fslmc_vfio.c | 1 - drivers/bus/fslmc/portal/dpaa2_hw_dpbp.c | 1 - drivers/bus/fslmc/portal/dpaa2_hw_dpci.c | 1 - drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 1 - drivers/bus/pci/linux/pci.c | 1 - 7 files changed, 7 deletions(-) diff --git a/drivers/bus/auxiliary/linux/auxiliary.c b/drivers/bus/auxiliary/linux/auxiliary.c index 02fc9285dc..011278d79b 100644 --- a/drivers/bus/auxiliary/linux/auxiliary.c +++ b/drivers/bus/auxiliary/linux/auxiliary.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include "../private.h" diff --git a/drivers/bus/fslmc/fslmc_bus.c b/drivers/bus/fslmc/fslmc_bus.c index c155f4a2fd..6696aa2575 100644 --- a/drivers/bus/fslmc/fslmc_bus.c +++ b/drivers/bus/fslmc/fslmc_bus.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include diff --git a/drivers/bus/fslmc/fslmc_vfio.c b/drivers/bus/fslmc/fslmc_vfio.c index 5966776a85..2011cd6e77 100644 --- a/drivers/bus/fslmc/fslmc_vfio.c +++ b/drivers/bus/fslmc/fslmc_vfio.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/bus/fslmc/portal/dpaa2_hw_dpbp.c b/drivers/bus/fslmc/portal/dpaa2_hw_dpbp.c index d7f6e45b7d..cc4d51c7f2 100644 --- a/drivers/bus/fslmc/portal/dpaa2_hw_dpbp.c +++ b/drivers/bus/fslmc/portal/dpaa2_hw_dpbp.c @@ -14,7 +14,6 @@ #include #include -#include #include #include #include diff --git a/drivers/bus/fslmc/portal/dpaa2_hw_dpci.c b/drivers/bus/fslmc/portal/dpaa2_hw_dpci.c index 07256ed7ec..5ff98b2176 100644 --- a/drivers/bus/fslmc/portal/dpaa2_hw_dpci.c +++ b/drivers/bus/fslmc/portal/dpaa2_hw_dpci.c @@ -13,7 +13,6 @@ #include #include -#include #include #include #include diff --git a/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c b/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c index 4aec7b2cd8..bb8efc1871 100644 --- a/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c +++ b/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/bus/pci/linux/pci.c b/drivers/bus/pci/linux/pci.c index 3d237398d9..12e58735b7 100644 --- a/drivers/bus/pci/linux/pci.c +++ b/drivers/bus/pci/linux/pci.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include "eal_filesystem.h"