linux-sg2042/arch/m32r/boot/compressed
Sudip Mukherjee 9babed6a66 m32r: fix build warning about putc
We were getting build warning:

  arch/m32r/boot/compressed/m32r_sio.c:11:13:
     warning: conflicting types for built-in function 'putc'

Here putc is used as a static function so lets just rename it to avoid
the conflict with the builtin putc.

Link: http://lkml.kernel.org/r/1466977046-24724-1-git-send-email-sudipm.mukherjee@gmail.com
Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-07-15 14:54:27 +09:00
..
Makefile kbuild: delete unnecessary "@:" 2016-04-20 10:36:57 +02:00
boot.h
head.S
install.sh kbuild: use INSTALLKERNEL to select customized installkernel script 2009-09-20 12:18:14 +02:00
m32r_sio.c m32r: fix build warning about putc 2016-07-15 14:54:27 +09:00
misc.c lib/decompressors: use real out buf size for gunzip with kernel 2015-09-10 13:29:01 -07:00
vmlinux.lds.S
vmlinux.scr