From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751612AbdFIJtM (ORCPT ); Fri, 9 Jun 2017 05:49:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48614 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751519AbdFIJtK (ORCPT ); Fri, 9 Jun 2017 05:49:10 -0400 Date: Fri, 9 Jun 2017 11:49:02 +0200 From: Greg Kroah-Hartman To: Alan Tull Cc: linux-kernel@vger.kernel.org, linux-fpga@vger.kernel.org, Moritz Fischer , delicious.quinoa@gmail.com, Tobias Klauser Subject: Re: [PATCH 03/10] fpga: allow to compile-test Altera FPGA bridge drivers Message-ID: <20170609094902.GA17360@kroah.com> References: <20170605190741.10508-1-atull@kernel.org> <20170605190741.10508-4-atull@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170605190741.10508-4-atull@kernel.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 05, 2017 at 02:07:34PM -0500, Alan Tull wrote: > From: Tobias Klauser > > Add COMPILE_TEST to the Kconfig entry for the Altera SoCFPGA FPGA > Bridge. The Altera FPGA Freeze Bridge can also be used on Altera PEIe > FPGAs, so the driver shouldn't depend on ARCH_SOCFPGA in the first place. > This allows test-compiling the drivers on other architectures to catch > compiler errors/warnings, e.g. due to API/header changes earlier on. > > Signed-off-by: Tobias Klauser > Signed-off-by: Alan Tull > --- > drivers/fpga/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) I'll drop this patch from the series, as kbuild reports errors with it :(