summaryrefslogtreecommitdiffstats
path: root/tests/stubs/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stubs/console.c')
-rw-r--r--tests/stubs/console.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/stubs/console.c b/tests/stubs/console.c
index 0f1dc2472573..bd4020971638 100644
--- a/tests/stubs/console.c
+++ b/tests/stubs/console.c
@@ -4,12 +4,12 @@
#include <stdarg.h>
#include <stdio.h>
-int do_printk(int msg_level, const char *fmt, ...)
+int printk(int msg_level, const char *fmt, ...)
{
return 0;
}
-int do_vprintk(int msg_level, const char *fmt, va_list args)
+int vprintk(int msg_level, const char *fmt, va_list args)
{
return 0;
}