summaryrefslogtreecommitdiffstats
path: root/include/debug_ll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/debug_ll.h')
-rw-r--r--include/debug_ll.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/debug_ll.h b/include/debug_ll.h
index c7445731d6..c5f2df4c33 100644
--- a/include/debug_ll.h
+++ b/include/debug_ll.h
@@ -22,7 +22,6 @@
#if defined (CONFIG_DEBUG_LL)
# include <mach/debug_ll.h>
-#define PUTC_LL(x) putc(x)
# define PUTHEX_LL(value) ({ unsigned long v = (unsigned long) (value); \
int i; unsigned char ch; \
for (i = 8; i--; ) {\