From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Thu, 04 Jan 2024 10:08:02 +0000
Subject: [PATCH] disable FB

---
 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