diff options
author | Tom Rix <[email protected]> | 2021-01-15 15:53:46 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-01-18 20:03:01 -0800 |
commit | 6ea9309acc2840f8f3fd4d9706f228af6fc45700 (patch) | |
tree | c1aaf5991bbef9184de5d6c7dfc688e6deceba8f | |
parent | c080559a71539f8e7525e271f52a14f3cb50695c (diff) |
net: phy: national: remove definition of DEBUG
Defining DEBUG should only be done in development.
So remove DEBUG.
Signed-off-by: Tom Rix <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-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 |