Re: [PATCH] m32r: fix build warning about putc

2016-06-28 Thread Sudip Mukherjee
On Monday 27 June 2016 04:48 AM, kbuild test robot wrote: Hi, [auto build test WARNING on v4.7-rc5] [also build test WARNING on next-20160624] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Su

Re: [PATCH] m32r: fix build warning about putc

2016-06-26 Thread kbuild test robot
Hi, [auto build test WARNING on v4.7-rc5] [also build test WARNING on next-20160624] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Sudip-Mukherjee/m32r-fix-build-warning-about-putc/20160627-094

[PATCH] m32r: fix build warning about putc

2016-06-26 Thread Sudip Mukherjee
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. Signed-off-by: Sudip Mukherjee --- build log is a