mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
net: ipa: declare the page pointer type in "gsi_trans.h"
The second argument to gsi_trans_page_add() is a page pointer. That declaration is found in header files used by "gsi_trans.h" for (at least) arm64 and x86 builds, but apparently not for alpha builds. Fix this by adding a declaration of struct page to the top of "gsi_trans.h". Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
ce2ceb9b1c
commit
a2d7764b37
@ -13,6 +13,7 @@
|
||||
|
||||
#include "ipa_cmd.h"
|
||||
|
||||
struct page;
|
||||
struct scatterlist;
|
||||
struct device;
|
||||
struct sk_buff;
|
||||
|
Loading…
Reference in New Issue
Block a user