From 97fd93c23e7fef6bb5f803f0b0ebbdfd8f3485d6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Jun 2016 13:03:56 +0200 Subject: Make printk_plugin() static --- cpukit/include/rtems/bspIo.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cpukit/include/rtems/bspIo.h') diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index a7fd9590ee..958103a7a6 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rtems/bspIo.h @@ -141,16 +141,6 @@ extern void rtems_putc(char c); */ typedef int (*rtems_print_plugin_t)(void *, const char *format, va_list ap); -/** - * @brief Reporting Methods printk() Plugin - * - * @param[in] context Unused. - * @param[in] fmt is a printf()-style format string - * - * @return The number of characters printed. - */ -extern int printk_plugin(void *context, const char *fmt, va_list ap); - /** * @brief Reporting Methods printf() Plugin * -- cgit v1.2.3