]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
i40iw: fix build warning in i40iw_manage_apbvt()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jun 2023 14:58:27 +0000 (16:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jun 2023 08:59:54 +0000 (10:59 +0200)
commitfc75b8973de4ca046ebec0989a28fe3e043dfb75
treea79a1c769a4da9e7b34f15691b36a354b0d093b6
parentc425e71826e4ddfda4fc6112f8116d9b7d61d199
i40iw: fix build warning in i40iw_manage_apbvt()

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>
drivers/infiniband/hw/i40iw/i40iw.h