summaryrefslogtreecommitdiff
path: root/arch/x86/mm/kmemcheck/pte.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/kmemcheck/pte.h')
-rw-r--r--arch/x86/mm/kmemcheck/pte.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/mm/kmemcheck/pte.h b/arch/x86/mm/kmemcheck/pte.h
index b595612382c2..ea32a7d3cf1b 100644
--- a/arch/x86/mm/kmemcheck/pte.h
+++ b/arch/x86/mm/kmemcheck/pte.h
@@ -1,11 +1 @@
/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef ARCH__X86__MM__KMEMCHECK__PTE_H
-#define ARCH__X86__MM__KMEMCHECK__PTE_H
-
-#include <linux/mm.h>
-
-#include <asm/pgtable.h>
-
-pte_t *kmemcheck_pte_lookup(unsigned long address);
-
-#endif