From: Tom Rix Date: Thu, 14 Jan 2021 21:29:17 +0000 (-0800) Subject: neighbor: remove definition of DEBUG X-Git-Tag: v5.12-rc1~200^2~326 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e794e7fa1963a6a7464606b59e15c69965409947;p=thirdparty%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 277ed854aef1c..ff073581b5b17 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 { \