kernel/arch/nds32/include/asm/memory.h
.. .. @@ -1,4 +1,4 @@ 1 -// SPDX-License-Identifier: GPL-2.01 +/* SPDX-License-Identifier: GPL-2.0 */2 2 // Copyright (C) 2005-2017 Andes Technology Corporation 3 3 4 4 #ifndef __ASM_NDS32_MEMORY_H .. .. @@ -13,14 +13,6 @@ 13 13 14 14 #ifndef PHYS_OFFSET 15 15 #define PHYS_OFFSET (0x0) 16 -#endif17 -18 -#ifndef __virt_to_bus19 -#define __virt_to_bus __virt_to_phys20 -#endif21 -22 -#ifndef __bus_to_virt23 -#define __bus_to_virt __phys_to_virt24 16 #endif 25 17 26 18 /*