From patchwork Tue Sep 3 12:22:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yue Haibing X-Patchwork-Id: 13788631 Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 226391C985B for ; Tue, 3 Sep 2024 12:26:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.190 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725366371; cv=none; b=HO2iArRFeeC2rayTx64wAUSY+TPKyJYRgDWmTJrNc1+8WWaWhUj2yyZX2Rb9zTpXJapwxbGA2FKESxjpBezS7Bdr7oqzQH8BeoYp8B/adBec8dmJQ/2qfjrDOw0CddHE3EB5O7ZLBwxrO8jX6iZKD6JdyWe9AZVuz+Dizlc6IF8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725366371; c=relaxed/simple; bh=ZMSBscz5UWWYuVG1FbKUfk/NkbgSe7lpgcnG1IEthR0=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=HuJMjDFKvs76NPojINckmTdqY6wbjgbxXGJB+Sl1pVwIOepIQbYPnKZDIepxkfE21T4W23qLjZaEiuBrjNe6HZ7AGCXVygv9z1PLjSd/55SfcXzH3gj+GNBBkUegjVODd90b0BVaJjS802pDxcHknvkFxpYlaWqCVbCA6P+Nz0o= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.190 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.88.214]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Wyl8j3jvfz20nRs; Tue, 3 Sep 2024 20:21:09 +0800 (CST) Received: from dggpemf500002.china.huawei.com (unknown [7.185.36.57]) by mail.maildlp.com (Postfix) with ESMTPS id 90E671A016C; Tue, 3 Sep 2024 20:26:05 +0800 (CST) Received: from huawei.com (10.175.101.6) by dggpemf500002.china.huawei.com (7.185.36.57) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Tue, 3 Sep 2024 20:26:04 +0800 From: Yue Haibing To: , , , , , , , , , , , , CC: , Subject: [PATCH net-next 0/3] Cleanup intel driver declarations Date: Tue, 3 Sep 2024 20:22:31 +0800 Message-ID: <20240903122234.964218-1-yuehaibing@huawei.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggpemf500002.china.huawei.com (7.185.36.57) X-Patchwork-Delegate: kuba@kernel.org Yue Haibing (3): iavf: Remove unused declarations igb: Cleanup unused declarations ice: Cleanup unused declarations drivers/net/ethernet/intel/iavf/iavf.h | 10 ---------- drivers/net/ethernet/intel/iavf/iavf_prototype.h | 3 --- drivers/net/ethernet/intel/ice/ice_eswitch.h | 5 ----- drivers/net/ethernet/intel/ice/ice_flex_pipe.h | 3 --- drivers/net/ethernet/intel/ice/ice_lib.h | 2 -- drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 3 --- drivers/net/ethernet/intel/ice/ice_txrx_lib.h | 1 - drivers/net/ethernet/intel/igb/e1000_mac.h | 1 - drivers/net/ethernet/intel/igb/e1000_nvm.h | 1 - 9 files changed, 29 deletions(-)