diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2016-07-14 21:07:43 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-15 07:54:27 +0200 |
commit | 9babed6a66b5577628d9e76e5a6cb6104d7ddd4c (patch) | |
tree | 56f99457f24e7a779947215bd8b11f80c0623e53 /drivers/edac | |
parent | mm: workingset: printk missing log level, use pr_info() (diff) | |
download | linux-9babed6a66b5577628d9e76e5a6cb6104d7ddd4c.tar.xz linux-9babed6a66b5577628d9e76e5a6cb6104d7ddd4c.zip |
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>
Diffstat (limited to 'drivers/edac')
0 files changed, 0 insertions, 0 deletions