From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 438D312AAD1 for ; Tue, 5 Mar 2024 21:43:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709675015; cv=none; b=bwasJDCGoYF2C4m7scwmzC14eXLB7tcm+N9Ab3v9QGZ0hcWmGHkbiIrXkRf03n1GMK1dFFYontAejLyuf97SIaXTfQyMZqLjSoMLVBsAT9iM8pld24sMQLdyK9wWXHMlSeVrOhWCClAq83FDZ8+CDdAU0M76pv/atVzEi8Y4p7I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709675015; c=relaxed/simple; bh=1lFskjlcrr17JOREEH+osNoMc5pWhcRFnDv3z6unICo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HetP8jSM1Z/lsNmMOze3FSSsMKRVgn3BJKUv/cNYKHCnCACv2xm3Uxb+jK6wo7jqFCU7rNhiAnPlI9NM1+ot1HU67hPF9Gly9zlzxdJSuM+snie206Z54UOQqBorEpRHFyz1Zs9y8q8k65ovS3jQjUfDfQPbd0f0zrOsA9WMAdA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=eTAavC1v; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="eTAavC1v" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=Chi/FCKqF9xPPF+4rlamVE5x2mD7uzaptnI0210VjpQ=; b=eTAavC1vjbPf4y7mk7Z1SK4ql2 KyhZnb97alPHec2Go1ChC8wGTMVgl3LihvkTOZbu1xzpbl9FxCVHvqYTdqwwLvDqowpEAOUX4R3bl VXo/SbJTnYKJqpEa1walzirSyAnYCOFtVZ7l2MpXWu/CyDapETzFcSfI7vuSDtsQavVk=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1rhcZX-009Sfa-5m; Tue, 05 Mar 2024 22:43:39 +0100 Date: Tue, 5 Mar 2024 22:43:39 +0100 From: Andrew Lunn To: Heiner Kallweit Cc: Russell King - ARM Linux , Paolo Abeni , Jakub Kicinski , David Miller , Eric Dumazet , "netdev@vger.kernel.org" Subject: Re: [PATCH net-next] ethtool: remove ethtool_eee_use_linkmodes Message-ID: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Mar 05, 2024 at 10:26:10PM +0100, Heiner Kallweit wrote: > After 292fac464b01 ("net: ethtool: eee: Remove legacy _u32 from keee") > this function has no user any longer. > > Signed-off-by: Heiner Kallweit Reviewed-by: Andrew Lunn Andrew