On Wed, 23 Aug 2017 20:41:59 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > After merging the akpm-current tree, today's linux-next build (mips > defconfig) failed like this: > > In file included from include/linux/selection.h:11:0, > from drivers/video/console/newport_con.c:16: > include/linux/vt_buffer.h: In function 'scr_memsetw': > include/linux/vt_buffer.h:34:2: error: implicit declaration of function 'memset16' [-Werror=implicit-function-declaration] > include/linux/vt_buffer.h: In function 'scr_memcpyw': > include/linux/vt_buffer.h:47:2: error: implicit declaration of function 'memcpy' [-Werror=implicit-function-declaration] > include/linux/vt_buffer.h: In function 'scr_memmovew': > include/linux/vt_buffer.h:66:2: error: implicit declaration of function 'memmove' [-Werror=implicit-function-declaration] > In file included from include/linux/string.h:18:0, This? --- a/include/linux/vt_buffer.h~vga-optimise-console-scrolling-fix +++ a/include/linux/vt_buffer.h @@ -13,6 +13,7 @@ #ifndef _LINUX_VT_BUFFER_H_ #define _LINUX_VT_BUFFER_H_ +#include <linux/string.h> #if defined(CONFIG_VGA_CONSOLE) || defined(CONFIG_MDA_CONSOLE) #include <asm/vga.h> _ -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html