From 072de836f53be56a70cecf70b43ae43b7ce17376 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 10:08:36 +0000 Subject: [PATCH] mk-rootfs.sh --- kernel/arch/arm/mach-s5pv210/common.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/arch/arm/mach-s5pv210/common.h b/kernel/arch/arm/mach-s5pv210/common.h index 0a18813..cb36058 100644 --- a/kernel/arch/arm/mach-s5pv210/common.h +++ b/kernel/arch/arm/mach-s5pv210/common.h @@ -10,7 +10,6 @@ #define __ARCH_ARM_MACH_S5PV210_COMMON_H #ifdef CONFIG_PM_SLEEP -u32 exynos_get_eint_wake_mask(void); void s5pv210_cpu_resume(void); void s5pv210_pm_init(void); #else -- Gitblit v1.6.2