net/i40e/base: wrap admin queue set/get PHY register funcs
authorQi Zhang <qi.z.zhang@intel.com>
Tue, 25 Sep 2018 02:34:39 +0000 (10:34 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:48 +0000 (18:53 +0200)
commite508a5b155ac2f12c978d93f82f06d7d6127b0df
tree36e25f4cd6bec464dc643d7ad179815559aa343c
parent988ed63c74418dff6d53c4e241e970f6850a722d
net/i40e/base: wrap admin queue set/get PHY register funcs

These two functions are currently only used in the LED get/set
functions, which are not apart of the VF driver.  So the
i40e_aq_set/get_phy_register functions should be wrapped so they
can be removed from the VF driver.

This was brought up in the Linux community that these functions in
the VF driver had no callers in the tree, so they should be removed.

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
drivers/net/i40e/base/i40e_common.c