mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
2267c530f8
commit
e794e7fa19
|
@ -41,7 +41,6 @@
|
|||
|
||||
#include <trace/events/neigh.h>
|
||||
|
||||
#define DEBUG
|
||||
#define NEIGH_DEBUG 1
|
||||
#define neigh_dbg(level, fmt, ...) \
|
||||
do { \
|
||||
|
|
Loading…
Reference in New Issue