mirror of
https://github.com/choff/anbox-modules.git
synced 2026-07-24 11:50:12 +08:00
Fix: remove the redundant header inclusion
This commit is contained in:
parent
9878e65450
commit
3f65f66a87
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user