From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:17:29 +0000
Subject: [PATCH] debug lk

---
 kernel/arch/mips/include/asm/mach-bcm63xx/ioremap.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/kernel/arch/mips/include/asm/mach-bcm63xx/ioremap.h b/kernel/arch/mips/include/asm/mach-bcm63xx/ioremap.h
index 8cd261e..73f3182 100644
--- a/kernel/arch/mips/include/asm/mach-bcm63xx/ioremap.h
+++ b/kernel/arch/mips/include/asm/mach-bcm63xx/ioremap.h
@@ -4,11 +4,6 @@
 
 #include <bcm63xx_cpu.h>
 
-static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size)
-{
-	return phys_addr;
-}
-
 static inline int is_bcm63xx_internal_registers(phys_addr_t offset)
 {
 	switch (bcm63xx_get_cpu_id()) {

--
Gitblit v1.6.2