Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754305AbdFNHnt (ORCPT ); Wed, 14 Jun 2017 03:43:49 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:34165 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751324AbdFNHnr (ORCPT ); Wed, 14 Jun 2017 03:43:47 -0400 Subject: Re: [PATCH] tty/serial: remove AVR32 specific access wrappers To: Alexandre Belloni , Greg Kroah-Hartman References: <20170613202517.26558-1-alexandre.belloni@free-electrons.com> Cc: Nicolas Ferre , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Richard Genoud Message-ID: Date: Wed, 14 Jun 2017 09:43:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170613202517.26558-1-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 298 Lines: 7 On 13/06/2017 22:25, Alexandre Belloni wrote: > Now that AVR32 is gone, the specific wrappers for that architecture are > unnecessary and will not be compiled anymore. > > Signed-off-by: Alexandre Belloni Acked-by: Richard Genoud