diff options
Diffstat (limited to 'drivers/net/stmmac/dwmac1000.h')
-rw-r--r-- | drivers/net/stmmac/dwmac1000.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/stmmac/dwmac1000.h b/drivers/net/stmmac/dwmac1000.h index 62dca0e384e7..3b784fc9320b 100644 --- a/drivers/net/stmmac/dwmac1000.h +++ b/drivers/net/stmmac/dwmac1000.h | |||
@@ -206,15 +206,4 @@ enum rtc_control { | |||
206 | #define GMAC_MMC_TX_INTR 0x108 | 206 | #define GMAC_MMC_TX_INTR 0x108 |
207 | #define GMAC_MMC_RX_CSUM_OFFLOAD 0x208 | 207 | #define GMAC_MMC_RX_CSUM_OFFLOAD 0x208 |
208 | 208 | ||
209 | #undef DWMAC1000_DEBUG | ||
210 | /* #define DWMAC1000__DEBUG */ | ||
211 | #undef FRAME_FILTER_DEBUG | ||
212 | /* #define FRAME_FILTER_DEBUG */ | ||
213 | #ifdef DWMAC1000__DEBUG | ||
214 | #define DBG(fmt, args...) printk(fmt, ## args) | ||
215 | #else | ||
216 | #define DBG(fmt, args...) do { } while (0) | ||
217 | #endif | ||
218 | |||
219 | extern struct stmmac_dma_ops dwmac1000_dma_ops; | 209 | extern struct stmmac_dma_ops dwmac1000_dma_ops; |
220 | extern struct stmmac_desc_ops dwmac1000_desc_ops; | ||