linux-imx/arch/m32r/boot
Geert Uytterhoeven c9b5d71cd7 m32r: make memset() global for CONFIG_KERNEL_BZIP2=y
commit 9a75c6e524 upstream.

Fix the m32r compile error:

  arch/m32r/boot/compressed/misc.c:31:14: error: static declaration of 'memset' follows non-static declaration
  make[5]: *** [arch/m32r/boot/compressed/misc.o] Error 1
  make[4]: *** [arch/m32r/boot/compressed/vmlinux] Error 2

by removing the static keyword.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2013-09-10 01:57:38 +01:00
..
compressed m32r: make memset() global for CONFIG_KERNEL_BZIP2=y 2013-09-10 01:57:38 +01:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
setup.S Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00