From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932685AbcFJMPg (ORCPT ); Fri, 10 Jun 2016 08:15:36 -0400 Received: from mail2.asahi-net.or.jp ([202.224.39.198]:56301 "EHLO mail2.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932102AbcFJMPf convert rfc822-to-8bit (ORCPT ); Fri, 10 Jun 2016 08:15:35 -0400 Date: Fri, 10 Jun 2016 21:15:32 +0900 Message-ID: <877fdx44uz.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Guenter Roeck Cc: uclinux-h8-devel@lists.sourceforge.jp, linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH -next] h8300: Add missing include file to asm/io.h In-Reply-To: <1465441918-14276-1-git-send-email-linux@roeck-us.net> References: <1465441918-14276-1-git-send-email-linux@roeck-us.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.5 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 09 Jun 2016 12:11:58 +0900, Guenter Roeck wrote: > > h8300 builds fail with > > arch/h8300/include/asm/io.h:9:15: error: unknown type name Ħu8˘ > arch/h8300/include/asm/io.h:15:15: error: unknown type name Ħu16˘ > arch/h8300/include/asm/io.h:21:15: error: unknown type name Ħu32˘ > > and many related errors. Applied to h8300-next. Thanks. > Fixes: 23c82d41bdf4 ("kexec-allow-architectures-to-override-boot-mapping-fix") > Cc: Andrew Morton > Signed-off-by: Guenter Roeck > --- > arch/h8300/include/asm/io.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/h8300/include/asm/io.h b/arch/h8300/include/asm/io.h > index 2e221c5f0203..f86918aed9e1 100644 > --- a/arch/h8300/include/asm/io.h > +++ b/arch/h8300/include/asm/io.h > @@ -3,6 +3,8 @@ > > #ifdef __KERNEL__ > > +#include > + > /* H8/300 internal I/O functions */ > > #define __raw_readb __raw_readb > -- > 2.5.0 > -- Yoshinori Sato