From 61598093bbdd283a7edc367d900f223070ead8d2 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:43:03 +0000
Subject: [PATCH] add ax88772C AX88772C_eeprom_tools

---
 kernel/arch/nds32/include/asm/memory.h |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/kernel/arch/nds32/include/asm/memory.h b/kernel/arch/nds32/include/asm/memory.h
index 60efc72..940d328 100644
--- a/kernel/arch/nds32/include/asm/memory.h
+++ b/kernel/arch/nds32/include/asm/memory.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 // Copyright (C) 2005-2017 Andes Technology Corporation
 
 #ifndef __ASM_NDS32_MEMORY_H
@@ -13,14 +13,6 @@
 
 #ifndef PHYS_OFFSET
 #define PHYS_OFFSET     (0x0)
-#endif
-
-#ifndef __virt_to_bus
-#define __virt_to_bus	__virt_to_phys
-#endif
-
-#ifndef __bus_to_virt
-#define __bus_to_virt	__phys_to_virt
 #endif
 
 /*

--
Gitblit v1.6.2