From 093a6c67005148ae32a5c9e4553491b9f5c2457b Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:40:51 +0000 Subject: [PATCH] disable kernel build waring --- kernel/arch/mips/include/asm/mach-rm/mc146818rtc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/arch/mips/include/asm/mach-rm/mc146818rtc.h b/kernel/arch/mips/include/asm/mach-rm/mc146818rtc.h index 145bce0..a074f4f 100644 --- a/kernel/arch/mips/include/asm/mach-rm/mc146818rtc.h +++ b/kernel/arch/mips/include/asm/mach-rm/mc146818rtc.h @@ -16,6 +16,6 @@ #define mc146818_decode_year(year) ((year) + 1980) #endif -#include_next <mc146818rtc.h> +#include <asm/mach-generic/mc146818rtc.h> #endif /* __ASM_MACH_RM_MC146818RTC_H */ -- Gitblit v1.6.2