From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/arch/m68k/apollo/config.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/kernel/arch/m68k/apollo/config.c b/kernel/arch/m68k/apollo/config.c index aef8d42..762da5d 100644 --- a/kernel/arch/m68k/apollo/config.c +++ b/kernel/arch/m68k/apollo/config.c @@ -13,7 +13,6 @@ #include <asm/bootinfo.h> #include <asm/bootinfo-apollo.h> #include <asm/byteorder.h> -#include <asm/pgtable.h> #include <asm/apollohw.h> #include <asm/irq.h> #include <asm/machdep.h> @@ -29,7 +28,6 @@ extern void dn_sched_init(irq_handler_t handler); extern void dn_init_IRQ(void); -extern u32 dn_gettimeoffset(void); extern int dn_dummy_hwclk(int, struct rtc_time *); extern void dn_dummy_reset(void); #ifdef CONFIG_HEARTBEAT @@ -152,7 +150,6 @@ mach_sched_init=dn_sched_init; /* */ mach_init_IRQ=dn_init_IRQ; - arch_gettimeoffset = dn_gettimeoffset; mach_max_dma_address = 0xffffffff; mach_hwclk = dn_dummy_hwclk; /* */ mach_reset = dn_dummy_reset; /* */ @@ -203,11 +200,6 @@ if (request_irq(IRQ_APOLLO, dn_timer_int, 0, "time", timer_routine)) pr_err("Couldn't register timer interrupt\n"); -} - -u32 dn_gettimeoffset(void) -{ - return 0xdeadbeef; } int dn_dummy_hwclk(int op, struct rtc_time *t) { -- Gitblit v1.6.2