tracing: Remove definition of DEBUG in trace_mmiotrace.c
authorTom Rix <trix@redhat.com>
Fri, 15 Jan 2021 15:33:48 +0000 (07:33 -0800)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 2 Feb 2021 22:02:07 +0000 (17:02 -0500)
Defining DEBUG should only be done in development.
So remove DEBUG.

Link: https://lkml.kernel.org/r/20210115153348.131791-1-trix@redhat.com
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_mmiotrace.c

index 7221ae0b4c4776e8a625a83b9b4b030acbc4d402..64e77b513697488272a785b382161c8af42420a7 100644 (file)
@@ -5,8 +5,6 @@
  * Copyright (C) 2008 Pekka Paalanen <pq@iki.fi>
  */
 
-#define DEBUG 1
-
 #include <linux/kernel.h>
 #include <linux/mmiotrace.h>
 #include <linux/pci.h>