Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1240152

[PATCH] h8300: Fix build error due to missing word-at-a-time.h

From Guenter Roeck <linux@roeck-us.net>
Newsgroups linux.kernel
Subject [PATCH] h8300: Fix build error due to missing word-at-a-time.h
Date 2015-10-06 07:40 +0200
Message-ID <qgt8J-5bf-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] h8300: Fix build error due to missing word-at-a-time.h Guenter Roeck <linux@roeck-us.net> - 2015-10-06 07:40 +0200
  Re: [PATCH] h8300: Fix build error due to missing word-at-a-time.h Chris Metcalf <cmetcalf@ezchip.com> - 2015-10-07 15:50 +0200
    Re: [PATCH] h8300: Fix build error due to missing word-at-a-time.h Guenter Roeck <linux@roeck-us.net> - 2015-10-07 18:40 +0200
      Re: [PATCH] h8300: Fix build error due to missing word-at-a-time.h Chris Metcalf <cmetcalf@ezchip.com> - 2015-10-07 19:10 +0200
  Re: [PATCH] h8300: Fix build error due to missing word-at-a-time.h Yoshinori Sato <ysato@users.sourceforge.jp> - 2015-10-08 09:50 +0200
    Re: [PATCH] h8300: Fix build error due to missing word-at-a-time.h Guenter Roeck <linux@roeck-us.net> - 2015-10-08 14:40 +0200

csiph-web