aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2021-01-14 13:29:17 -0800
committerJakub Kicinski <kuba@kernel.org>2021-01-15 17:51:18 -0800
commite794e7fa1963a6a7464606b59e15c69965409947 (patch)
tree15be6db626d0ff1fa09f89cc394aa765fea1330e /net/core/neighbour.c
parentgianfar: remove definition of DEBUG (diff)
downloadlinux-dev-e794e7fa1963a6a7464606b59e15c69965409947.tar.xz
linux-dev-e794e7fa1963a6a7464606b59e15c69965409947.zip
neighbor: remove definition of DEBUG
Defining DEBUG should only be done in development. So remove DEBUG. Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20210114212917.48174-1-trix@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/core/neighbour.c')
-rw-r--r--net/core/neighbour.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/neighbour.c b/net/core/neighbour.c
index 277ed854aef1..ff073581b5b1 100644
--- a/net/core/neighbour.c
+++ b/net/core/neighbour.c
@@ -41,7 +41,6 @@
#include <trace/events/neigh.h>
-#define DEBUG
#define NEIGH_DEBUG 1
#define neigh_dbg(level, fmt, ...) \
do { \