1. 29 Sep, 2018 2 commits
    • David S. Miller's avatar
      hns3: Another build fix. · 3ff6cde8
      David S. Miller authored
      drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c: In function ‘hclge_get_sset_count’:
      drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c:496:31: error: ‘HNAE3_REVISION_ID_21’ undeclared (first use in this function); did you mean ‘FADT2_REVISION_ID’?
         if (hdev->pdev->revision >= HNAE3_REVISION_ID_21 ||
                                     ^~~~~~~~~~~~~~~~~~~~
                                     FADT2_REVISION_ID
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      3ff6cde8
    • David S. Miller's avatar
      hns3: Fix the build. · d4017665
      David S. Miller authored
      drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c: In function ‘hns3_self_test’:
      drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c:278:15: error: ‘HNS3_SELF_TEST_TYPE_NUM’ undeclared (first use in this function); did you mean ‘HNS3_SELF_TEST_TPYE_NUM’?
        int st_param[HNS3_SELF_TEST_TYPE_NUM][2];
                     ^~~~~~~~~~~~~~~~~~~~~~~
                     HNS3_SELF_TEST_TPYE_NUM
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d4017665
  2. 28 Sep, 2018 32 commits
  3. 27 Sep, 2018 6 commits