From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: prevent ISA drivers from building on PPC32 Date: Sun, 22 Jul 2018 11:13:06 -0700 (PDT) Message-ID: <20180722.111306.1387292994024366959.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linuxppc-dev@lists.ozlabs.org, mpe@ellerman.id.au, netdev@vger.kernel.org To: rdunlap@infradead.org Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:57698 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730087AbeGVTKj (ORCPT ); Sun, 22 Jul 2018 15:10:39 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Randy Dunlap Date: Sat, 21 Jul 2018 12:59:25 -0700 > From: Randy Dunlap > > Prevent drivers from building on PPC32 if they use isa_bus_to_virt(), > isa_virt_to_bus(), or isa_page_to_bus(), which are not available and > thus cause build errors. ... > Signed-off-by: Randy Dunlap > Suggested-by: Michael Ellerman Applied, thanks Randy.