aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/common.h')
-rw-r--r--drivers/net/ethernet/stmicro/stmmac/common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h
index 7788fbe44f0a..9911b9323f00 100644
--- a/drivers/net/ethernet/stmicro/stmmac/common.h
+++ b/drivers/net/ethernet/stmicro/stmmac/common.h
@@ -38,16 +38,6 @@
38#include "descs.h" 38#include "descs.h"
39#include "mmc.h" 39#include "mmc.h"
40 40
41#undef CHIP_DEBUG_PRINT
42/* Turn-on extra printk debug for MAC core, dma and descriptors */
43/* #define CHIP_DEBUG_PRINT */
44
45#ifdef CHIP_DEBUG_PRINT
46#define CHIP_DBG(fmt, args...) printk(fmt, ## args)
47#else
48#define CHIP_DBG(fmt, args...) do { } while (0)
49#endif
50
51/* Synopsys Core versions */ 41/* Synopsys Core versions */
52#define DWMAC_CORE_3_40 0x34 42#define DWMAC_CORE_3_40 0x34
53#define DWMAC_CORE_3_50 0x35 43#define DWMAC_CORE_3_50 0x35