OSDN Git Service

net: hns: delete redundant macro definition
authorQianqian Xie <xieqianqian@huawei.com>
Wed, 9 Nov 2016 18:13:50 +0000 (18:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Nov 2016 16:45:37 +0000 (11:45 -0500)
This patch deletes redundant macro definitions in hns drivers.
And change the .h file containing relation to make the layers
more clearly

Signed-off-by: Qianqian Xie <xieqianqian@huawei.com>
Signed-off-by: Weiwei Deng <dengweiwei@huawei.com>
Reviewed-by: Yisen Zhuang <yisen.zhuang@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h
drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h

index 2d0cb60..193248f 100644 (file)
@@ -18,9 +18,6 @@
 #include "hns_dsaf_rcb.h"
 
 #define AE_NAME_PORT_ID_IDX 6
-#define ETH_STATIC_REG  1
-#define ETH_DUMP_REG    5
-#define ETH_GSTRING_LEN        32
 
 static struct hns_mac_cb *hns_get_mac_cb(struct hnae_handle *handle)
 {
index a9b0cb3..ca7e175 100644 (file)
@@ -407,7 +407,7 @@ struct mac_driver {
 };
 
 struct mac_stats_string {
-       char desc[64];
+       char desc[ETH_GSTRING_LEN];
        unsigned long offset;
 };
 
index 3eb8b4d..f5505e8 100644 (file)
 #define PPE_COM_INTEN_REG                      0x110
 #define PPE_COM_RINT_REG                       0x114
 #define PPE_COM_INTSTS_REG                     0x118
-#define PPE_COM_COMMON_CNT_CLR_CE_REG          0x1120
 #define PPE_COM_HIS_RX_PKT_QID_DROP_CNT_REG    0x300
 #define PPE_COM_HIS_RX_PKT_QID_OK_CNT_REG      0x600
 #define PPE_COM_HIS_TX_PKT_QID_ERR_CNT_REG     0x900