From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: ethernet: lpc_eth: remove CONFIG_OF guard from the driver Date: Fri, 19 Oct 2018 17:05:08 -0700 (PDT) Message-ID: <20181019.170508.166918910025480549.davem@davemloft.net> References: <20181018225841.17835-1-vz@mleia.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: slemieux.tyco@gmail.com, netdev@vger.kernel.org To: vz@mleia.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:51378 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726455AbeJTIN2 (ORCPT ); Sat, 20 Oct 2018 04:13:28 -0400 In-Reply-To: <20181018225841.17835-1-vz@mleia.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Vladimir Zapolskiy Date: Fri, 19 Oct 2018 01:58:41 +0300 > The MAC controller device is available on NXP LPC32xx platform only, > and the LPC32xx platform supports OF builds only, so additional > checks in the device driver are not needed. > > Signed-off-by: Vladimir Zapolskiy Applied.