aboutsummaryrefslogtreecommitdiff
path: root/package/kernel/mt76/patches/100-fix-build-on-linux-kernel-6.6.patch
Commit message (Collapse)AuthorAge
* mt76: fix build failure on linux kernel 6.6Weijie Gao2024-03-11
A commit introduced in kernel 6.6 has splitted page_pool.h into several headers. Thus the included header must be modified for a successful build. Ref: a9ca9f9ceff3 (page_pool: split types and declarations from page_pool.h) Signed-off-by: Weijie Gao <hackpascal@gmail.com>