mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
net: Split type and declaration of page_pool in Linux 6.6.
Split the type and declaration of page_pool header for Linux6.6 based on below change from kernel 6.6: --- commit a9ca9f9ceff382b58b488248f0c0da9e157f5d06 Author: Yunsheng Lin <linyunsheng@huawei.com> Date: Fri Aug 4 20:05:24 2023 +0200 page_pool: split types and declarations from page_pool.h --- Bug 4346767 Change-Id: I0217da34c67d952c97c6812c2760bed2fb3df3e0 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3008090 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ecf1a5a7a3
commit
f60f770721
@@ -37,7 +37,12 @@
|
||||
#include <soc/tegra/virt/hv-ivc.h>
|
||||
#include <soc/tegra/fuse.h>
|
||||
#if IS_ENABLED(CONFIG_PAGE_POOL)
|
||||
#if defined(NV_SPLIT_PAGE_POOL_HEADER)
|
||||
#include <net/page_pool/types.h>
|
||||
#include <net/page_pool/helpers.h>
|
||||
#else
|
||||
#include <net/page_pool.h>
|
||||
#endif
|
||||
#define ETHER_PAGE_POOL
|
||||
#endif
|
||||
#include <osi_core.h>
|
||||
|
||||
Reference in New Issue
Block a user