diff options
| author | Thomas Petazzoni <[email protected]> | 2017-02-15 12:15:01 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2017-03-29 07:39:55 +0200 |
| commit | dbeb6de136f8f1321e366a1db3558030a2fe55a7 (patch) | |
| tree | 4faa5e2321c4cff2b769604fe7480a272578de98 | |
| parent | f1060f0dd05c9b11bf99878c0e83455960d8ffb5 (diff) | |
net: mvpp2: remove unused register definitions
Signed-off-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
| -rw-r--r-- | drivers/net/mvpp2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/mvpp2.c b/drivers/net/mvpp2.c index 365180d456d..42df1b7e024 100644 --- a/drivers/net/mvpp2.c +++ b/drivers/net/mvpp2.c @@ -294,10 +294,6 @@ do { \ #define MVPP2_SRC_ADDR_HIGH 0x28 #define MVPP2_PHY_AN_CFG0_REG 0x34 #define MVPP2_PHY_AN_STOP_SMI0_MASK BIT(7) -#define MVPP2_MIB_COUNTERS_BASE(port) (0x1000 + ((port) >> 1) * \ - 0x400 + (port) * 0x400) -#define MVPP2_MIB_LATE_COLLISION 0x7c -#define MVPP2_ISR_SUM_MASK_REG 0x220c #define MVPP2_MNG_EXTENDED_GLOBAL_CTRL_REG 0x305c #define MVPP2_EXT_GLOBAL_CTRL_DEFAULT 0x27 |
