From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 98E141EFAF3; Sun, 7 Feb 2016 15:24:04 -0500 (EST) Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by befuddled.reisers.ca (Postfix) with ESMTPS id 2D19F1EFA8B for ; Sun, 7 Feb 2016 15:24:01 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 896B5200B7; Sun, 7 Feb 2016 21:23:58 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BuAa0mRRSuOJ; Sun, 7 Feb 2016 21:23:58 +0100 (CET) Received: from var.youpi.perso.aquilenet.fr (ABordeaux-655-1-67-147.w90-5.abo.wanadoo.fr [90.5.166.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id EF806200A3; Sun, 7 Feb 2016 21:23:57 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.86) (envelope-from ) id 1aSVsB-0004Dr-D7; Sun, 07 Feb 2016 21:23:55 +0100 Date: Sun, 7 Feb 2016 21:23:55 +0100 From: Samuel Thibault To: Geert Uytterhoeven Cc: Dan Carpenter , William Hubbs , Chris Brannon , Kirk Reiser , Melike Yurtoglu , Greg Kroah-Hartman , speakup@linux-speakup.org, driverdevel , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] Staging: speakup: Fix allyesconfig build on mn10300 Message-ID: <20160207202355.GQ3056@var.home> Mail-Followup-To: Samuel Thibault , Geert Uytterhoeven , Dan Carpenter , William Hubbs , Chris Brannon , Kirk Reiser , Melike Yurtoglu , Greg Kroah-Hartman , speakup@linux-speakup.org, driverdevel , "linux-kernel@vger.kernel.org" References: <20160201080603.GB4046@var> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 20:24:04 -0000 Geert Uytterhoeven, on Sun 07 Feb 2016 10:18:46 +0100, wrote: > I guess there are many other platforms where the UART is MMIO-driven... Actually they can't ever get to be exposed to speakup's serialio.c: their SERIAL_PORT_DFNS would set SERIAL_IO_MEM in the io_type field, but that field doesn't even exist in serialio.c's old_serial_port, so serialio.c would actually not even build, so we are on the safe side. Samuel