From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751970AbcCJOWG (ORCPT ); Thu, 10 Mar 2016 09:22:06 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:54082 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751579AbcCJOV6 (ORCPT ); Thu, 10 Mar 2016 09:21:58 -0500 Date: Thu, 10 Mar 2016 15:21:56 +0100 From: Andrew Lunn To: LABBE Corentin Cc: f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] phy: remove documentation of removed members of phy_device structure Message-ID: <20160310142156.GE20539@lunn.ch> References: <1457614738-17337-1-git-send-email-clabbe.montjoie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457614738-17337-1-git-send-email-clabbe.montjoie@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 10, 2016 at 01:58:58PM +0100, LABBE Corentin wrote: > Commit e5a03bfd873c ("phy: Add an mdio_device structure") removed addr, > bus and dev member of the phy_device structure. > This patch remove the documentation about those members. > > Signed-off-by: LABBE Corentin Reviewed-by: Andrew Lunn Hi Corentin Thanks for updating the patch with the extra removals. Andrew > --- > include/linux/phy.h | 3 --- > 1 file changed, 3 deletions(-) > > Changes since v1 > - remove also documentation for dev and bus > > diff --git a/include/linux/phy.h b/include/linux/phy.h > index d6f3641..2abd791 100644 > --- a/include/linux/phy.h > +++ b/include/linux/phy.h > @@ -327,8 +327,6 @@ struct phy_c45_device_ids { > /* phy_device: An instance of a PHY > * > * drv: Pointer to the driver for this PHY instance > - * bus: Pointer to the bus this PHY is on > - * dev: driver model device structure for this PHY > * phy_id: UID for this device found during discovery > * c45_ids: 802.3-c45 Device Identifers if is_c45. > * is_c45: Set to true if this phy uses clause 45 addressing. > @@ -338,7 +336,6 @@ struct phy_c45_device_ids { > * suspended: Set to true if this phy has been suspended successfully. > * state: state of the PHY for management purposes > * dev_flags: Device-specific flags used by the PHY driver. > - * addr: Bus address of PHY > * link_timeout: The number of timer firings to wait before the > * giving up on the current attempt at acquiring a link > * irq: IRQ number of the PHY's interrupt (-1 if none) > -- > 2.4.10 >