diff options
author | Tom Rix <trix@redhat.com> | 2021-01-15 15:53:46 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-18 20:03:01 -0800 |
commit | 6ea9309acc2840f8f3fd4d9706f228af6fc45700 (patch) | |
tree | c1aaf5991bbef9184de5d6c7dfc688e6deceba8f | |
parent | Merge branch 'net-make-udp-tunnel-devices-support-fraglist' (diff) | |
download | linux-dev-6ea9309acc2840f8f3fd4d9706f228af6fc45700.tar.xz linux-dev-6ea9309acc2840f8f3fd4d9706f228af6fc45700.zip |
net: phy: national: 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/20210115235346.289611-1-trix@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | drivers/net/phy/national.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/phy/national.c b/drivers/net/phy/national.c index 5a8c8eb18582..46160baaafe3 100644 --- a/drivers/net/phy/national.c +++ b/drivers/net/phy/national.c @@ -19,8 +19,6 @@ #include <linux/phy.h> #include <linux/netdevice.h> -#define DEBUG - /* DP83865 phy identifier values */ #define DP83865_PHY_ID 0x20005c7a |