From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Guenter Roeck <linux@roeck-us.net>
Cc: uclinux-h8-devel@lists.sourceforge.jp,
linux-kernel@vger.kernel.org, Chris Metcalf <cmetcalf@ezchip.com>
Subject: Re: [PATCH] h8300: Fix build error due to missing word-at-a-time.h
Date: Thu, 08 Oct 2015 16:49:28 +0900 [thread overview]
Message-ID: <878u7ddcl3.wl-ysato@users.sourceforge.jp> (raw)
In-Reply-To: <1444109578-19767-1-git-send-email-linux@roeck-us.net>
On Tue, 06 Oct 2015 14:32:58 +0900,
Guenter Roeck wrote:
>
> h8300 builds fail with
>
> lib/string.c:31:32: fatal error: asm/word-at-a-time.h: No such file or directory
>
> Fixes: 30035e45753b ("string: provide strscpy()")
> Cc: Chris Metcalf <cmetcalf@ezchip.com>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
> arch/h8300/include/asm/Kbuild | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild
> index 70e6ae1e7006..373cb23301e3 100644
> --- a/arch/h8300/include/asm/Kbuild
> +++ b/arch/h8300/include/asm/Kbuild
> @@ -73,4 +73,5 @@ generic-y += uaccess.h
> generic-y += ucontext.h
> generic-y += unaligned.h
> generic-y += vga.h
> +generic-y += word-at-a-time.h
> generic-y += xor.h
> --
> 2.1.4
>
Merged in my tree.
Thanks.
--
Yoshinori Sato
<ysato@users.sourceforge.jp>
next prev parent reply other threads:[~2015-10-08 7:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-06 5:32 [PATCH] h8300: Fix build error due to missing word-at-a-time.h Guenter Roeck
2015-10-07 13:41 ` Chris Metcalf
2015-10-07 16:35 ` Guenter Roeck
2015-10-07 17:03 ` Chris Metcalf
2015-10-08 7:49 ` Yoshinori Sato [this message]
2015-10-08 12:36 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878u7ddcl3.wl-ysato@users.sourceforge.jp \
--to=ysato@users.sourceforge.jp \
--cc=cmetcalf@ezchip.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=uclinux-h8-devel@lists.sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.