From: Guenter Roeck <linux@roeck-us.net>
To: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: uclinux-h8-devel@lists.sourceforge.jp,
linux-kernel@vger.kernel.org, Guenter Roeck <linux@roeck-us.net>,
Chris Metcalf <cmetcalf@ezchip.com>
Subject: [PATCH] h8300: Fix build error due to missing word-at-a-time.h
Date: Mon, 5 Oct 2015 22:32:58 -0700 [thread overview]
Message-ID: <1444109578-19767-1-git-send-email-linux@roeck-us.net> (raw)
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
next reply other threads:[~2015-10-06 5:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-06 5:32 Guenter Roeck [this message]
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
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=1444109578-19767-1-git-send-email-linux@roeck-us.net \
--to=linux@roeck-us.net \
--cc=cmetcalf@ezchip.com \
--cc=linux-kernel@vger.kernel.org \
--cc=uclinux-h8-devel@lists.sourceforge.jp \
--cc=ysato@users.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®