From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- 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