Fix: remove the redundant header inclusion

This commit is contained in:
PEKKA Chang 2026-07-05 18:00:48 +08:00
parent fb109b5eec
commit 342453adbd

View File

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
#include <linux/ipc_namespace.h> #include <linux/ipc_namespace.h>
#include <linux/mm.h>
struct ipc_namespace* get_init_ipc_ns_ptr(void); struct ipc_namespace* get_init_ipc_ns_ptr(void);
void zap_page_range_single(struct vm_area_struct *vma, unsigned long address, void zap_page_range_single(struct vm_area_struct *vma, unsigned long address,