linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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, Chris Metcalf <cmetcalf@ezchip.com>
Subject: Re: [PATCH] h8300: Fix build error due to missing word-at-a-time.h
Date: Thu, 8 Oct 2015 05:36:11 -0700	[thread overview]
Message-ID: <5616633B.4000102@roeck-us.net> (raw)
In-Reply-To: <878u7ddcl3.wl-ysato@users.sourceforge.jp>

On 10/08/2015 12:49 AM, Yoshinori Sato wrote:
> 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.
>
Chris already applied and pushed a different patch.

Guenter


      reply	other threads:[~2015-10-08 12:36 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
2015-10-08 12:36   ` Guenter Roeck [this message]

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=5616633B.4000102@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;
as well as URLs for NNTP newsgroup(s).