From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 12/25] of: net: kill of_get_nvmem_mac_address() Date: Sat, 17 Nov 2018 09:45:31 -0600 Message-ID: <20181117154531.GA7306@bogus> References: <20181113140133.17385-1-brgl@bgdev.pl> <20181113140133.17385-13-brgl@bgdev.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20181113140133.17385-13-brgl@bgdev.pl> Sender: netdev-owner@vger.kernel.org To: Bartosz Golaszewski Cc: Sekhar Nori , Kevin Hilman , Russell King , Arnd Bergmann , Greg Kroah-Hartman , David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Nicolas Ferre , "David S . Miller" , Grygorii Strashko , Srinivas Kandagatla , Andrew Lunn , Florian Fainelli , Frank Rowand , Wolfram Sang , linux-kernel@vger.kernel.org, linux-arm-ke List-Id: devicetree@vger.kernel.org On Tue, 13 Nov 2018 15:01:20 +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > We've switched all users to nvmem_get_mac_address(). Remove the now > dead code. > > Signed-off-by: Bartosz Golaszewski > --- > drivers/of/of_net.c | 39 --------------------------------------- > include/linux/of_net.h | 6 ------ > 2 files changed, 45 deletions(-) > Reviewed-by: Rob Herring