sh_eth: use RNC mode for packet reception
[firefly-linux-kernel-4.4.55.git] / drivers / net / ethernet / renesas / sh_eth.h
index d55e37cd5fec04abcd6bc4e52827351e74d5fbdb..b37c427144ee0a1010794ff2beff42bc298fd1e9 100644 (file)
@@ -319,7 +319,6 @@ enum TD_STS_BIT {
 enum RMCR_BIT {
        RMCR_RNC = 0x00000001,
 };
-#define DEFAULT_RMCR_VALUE     0x00000000
 
 /* ECMR */
 enum FELIC_MODE_BIT {
@@ -466,7 +465,6 @@ struct sh_eth_cpu_data {
        unsigned long fdr_value;
        unsigned long fcftr_value;
        unsigned long rpadir_value;
-       unsigned long rmcr_value;
 
        /* interrupt checking mask */
        unsigned long tx_check;