summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/system_misc.h
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2019-04-03 13:36:54 +0100
committerWill Deacon <will.deacon@arm.com>2019-04-03 13:36:54 +0100
commit7048a5973eb1d6a747b516334c052d92d8ed7ab4 (patch)
tree679fd79e6ee10256e29f6856eeb1408d301596a6 /arch/arm64/include/asm/system_misc.h
parent0f1bf7e39822476b2f921435cf990f67a61f5f92 (diff)
arm64: mm: Make show_pte() a static function
show_pte() doesn't have any external callers, so make it static. Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/system_misc.h')
-rw-r--r--arch/arm64/include/asm/system_misc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/system_misc.h b/arch/arm64/include/asm/system_misc.h
index 32693f34f431..fca95424e873 100644
--- a/arch/arm64/include/asm/system_misc.h
+++ b/arch/arm64/include/asm/system_misc.h
@@ -41,7 +41,6 @@ void hook_debug_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
int sig, int code, const char *name);
struct mm_struct;
-extern void show_pte(unsigned long addr);
extern void __show_regs(struct pt_regs *);
extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);