diff options
Diffstat (limited to 'drivers/net/stmmac/dwmac1000.h')
-rw-r--r-- | drivers/net/stmmac/dwmac1000.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/stmmac/dwmac1000.h b/drivers/net/stmmac/dwmac1000.h index 8b20b19971cb..cfcef0ea0fa5 100644 --- a/drivers/net/stmmac/dwmac1000.h +++ b/drivers/net/stmmac/dwmac1000.h | |||
@@ -99,7 +99,7 @@ enum inter_frame_gap { | |||
99 | #define GMAC_CONTROL_RE 0x00000004 /* Receiver Enable */ | 99 | #define GMAC_CONTROL_RE 0x00000004 /* Receiver Enable */ |
100 | 100 | ||
101 | #define GMAC_CORE_INIT (GMAC_CONTROL_JD | GMAC_CONTROL_PS | GMAC_CONTROL_ACS | \ | 101 | #define GMAC_CORE_INIT (GMAC_CONTROL_JD | GMAC_CONTROL_PS | GMAC_CONTROL_ACS | \ |
102 | GMAC_CONTROL_IPC | GMAC_CONTROL_JE | GMAC_CONTROL_BE) | 102 | GMAC_CONTROL_JE | GMAC_CONTROL_BE) |
103 | 103 | ||
104 | /* GMAC Frame Filter defines */ | 104 | /* GMAC Frame Filter defines */ |
105 | #define GMAC_FRAME_FILTER_PR 0x00000001 /* Promiscuous Mode */ | 105 | #define GMAC_FRAME_FILTER_PR 0x00000001 /* Promiscuous Mode */ |
@@ -205,4 +205,4 @@ enum rtc_control { | |||
205 | #define GMAC_MMC_TX_INTR 0x108 | 205 | #define GMAC_MMC_TX_INTR 0x108 |
206 | #define GMAC_MMC_RX_CSUM_OFFLOAD 0x208 | 206 | #define GMAC_MMC_RX_CSUM_OFFLOAD 0x208 |
207 | 207 | ||
208 | extern struct stmmac_dma_ops dwmac1000_dma_ops; | 208 | extern const struct stmmac_dma_ops dwmac1000_dma_ops; |