diff options
author | Jian Shen <shenjian15@huawei.com> | 2019-05-28 17:02:51 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-28 17:39:00 -0700 |
commit | 4c1522765ca84e45d147557bf7f19e85e40c81e0 (patch) | |
tree | 09941bf76c00a1fe0e0d970bcf83b785b63a01d6 /net/lapb/lapb_in.c | |
parent | 66350023d57560b2ead168af098fc507e58d8e6a (diff) |
net: hns3: fix compile warning without CONFIG_RFS_ACCEL
The ifdef condition of function hclge_add_fd_entry_by_arfs() is
unnecessary. It may cause compile warning when CONFIG_RFS_ACCEL
is not chosen. This patch fixes it by removing the ifdef condition.
Fixes: d93ed94fbeaf ("net: hns3: add aRFS support for PF")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions