debug_ll: change the argument type of putc_ll()
Most of the implementations of PUTC_LL() takes "char"
(some take "int"), not "unsigned char".
Moreover, puts_ll() takes an argument with "const char *" type.

Let's drop "unsigned" from the prototype of putc_ll().

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent f8ba8d6 commit ec258b8bd09a2d8bc4eaff97030aa5ba1c3c3bee
@Masahiro Yamada Masahiro Yamada authored on 20 Jan 2015
Sascha Hauer committed on 21 Jan 2015
Showing 1 changed file
View
include/debug_ll.h