commit | b7ce20d76fb74a5a75c8455f9fcf1ce4ce103f19 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 09 17:10:11 2023 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 14 10:35:24 2023 +0200 |
tree | 8aee4763c44dc3e9e704813e666d46677d613bd2 | |
parent | d1e5e69dc90c5c43f6fcc0f780baca100e972701 [diff] |
i40e: fix build warnings in i40e_alloc.h Not upstream as it was fixed in a much larger api change in newer kernels. gcc-13 rightfully complains that enum is not the same as an int, so fix up the function prototypes in i40e_alloc.h to be correct, solving a bunch of build warnings. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>