From 97460607bd573867caed422253219fe62e558cc8 Mon Sep 17 00:00:00 2001 From: Philippe Langlais Date: Thu, 5 May 2011 08:53:16 +0200 Subject: stm: warning fix Signed-off-by: Philippe Langlais --- include/trace/stm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/trace/stm.h b/include/trace/stm.h index 73048bc97c5..72e9136c25e 100644 --- a/include/trace/stm.h +++ b/include/trace/stm.h @@ -148,7 +148,7 @@ static inline int stm_trace_printk_buf( } static inline int stm_trace_bprintk_buf( - unsigned long ip, const char *fmt, const char *buf, size_t size) + unsigned long ip, const char *fmt, const void *buf, size_t size) { return 0; } -- cgit v1.2.3