From 9999e48639b3cecb08ffb37358bcba3b48161b29 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:17 +0000 Subject: [PATCH] add ax88772_rst --- 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