From: Tom Rix Date: Thu, 14 Jan 2021 21:29:17 +0000 (-0800) Subject: neighbor: remove definition of DEBUG X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e794e7fa1963a6a7464606b59e15c69965409947;p=uclinux-h8%2Flinux.git neighbor: remove definition of DEBUG Defining DEBUG should only be done in development. So remove DEBUG. Signed-off-by: Tom Rix Link: https://lore.kernel.org/r/20210114212917.48174-1-trix@redhat.com Signed-off-by: Jakub Kicinski --- 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 -#define DEBUG #define NEIGH_DEBUG 1 #define neigh_dbg(level, fmt, ...) \ do { \