From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753000AbbDTQge (ORCPT ); Mon, 20 Apr 2015 12:36:34 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35974 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752573AbbDTQg3 (ORCPT ); Mon, 20 Apr 2015 12:36:29 -0400 Date: Mon, 20 Apr 2015 18:36:25 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: David Howells , Koichi Yasutake , linux-am33-list@redhat.com, linux-kernel@vger.kernel.org, Kevin Cernekee , Rob Herring Subject: Re: [PATCH] mn10300: add io{read,write}{16,32}be functions Message-ID: <20150420163625.GD10310@kroah.com> References: <1429544262-29143-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429544262-29143-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 20, 2015 at 08:37:42AM -0700, Guenter Roeck wrote: > These functions are used in various drivers, including the latest > version of the 8250 driver. The latter causes the following build failure. > > drivers/tty/serial/8250/8250_core.c: In function 'mem32be_serial_out': > drivers/tty/serial/8250/8250_core.c:456:2: error: > implicit declaration of function 'iowrite32be' > drivers/tty/serial/8250/8250_core.c: In function 'mem32be_serial_in': > drivers/tty/serial/8250/8250_core.c:462:2: error: > implicit declaration of function 'ioread32be' > > Cc: Kevin Cernekee > Cc: Rob Herring > Cc: Greg Kroah-Hartman > Fixes: c627f2ceb692 ("serial: 8250: Add support for big-endian MMIO > accesses") > Signed-off-by: Guenter Roeck > --- > Build failure seen in next-20150420. > > arch/mn10300/include/asm/io.h | 5 +++++ > 1 file changed, 5 insertions(+) Acked-by: Greg Kroah-Hartman