net/ice: remove redundant function
authorHaiyue Wang <haiyue.wang@intel.com>
Mon, 29 Mar 2021 04:56:26 +0000 (12:56 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Mon, 29 Mar 2021 23:21:17 +0000 (01:21 +0200)
commit8052638442f46a67c57a1cb185958aac4f97a136
treeea004c8e9914cea4198c320cb0146688a2fb5889
parent6d05fc905df216b78e4e3db935927a53a638c6d0
net/ice: remove redundant function

The function 'ice_is_profile_rule' is defined as 'ice_is_prof_rule' in
base code, which has the exactly same function body.

So remove the 'ice_is_profile_rule', use the 'ice_is_prof_rule' instead.

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_switch_filter.c