i40iw: fix build warning in i40iw_manage_apbvt()
stable inclusion from stable-v5.10.184 commit f7e208d1c5499a52ffa984693ba8036cb60678bc category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8IRR2 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f7e208d1c5499a52ffa984693ba8036cb60678bc -------------------------------- Not upstream as this function is no longer around anymore. The function i40iw_manage_apbvt() has the wrong prototype match from the .h file to the .c declaration, so fix it up, otherwise gcc-13 complains (rightfully) that the type is incorrect. Signed-off-by:Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com> (cherry picked from commit 0df6258d)
Loading
Please sign in to comment