From 400317279727187a67f53b257a18ba2c5dd07c41 Mon Sep 17 00:00:00 2001 From: wangqinglin <53550140+HelloByeAll@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:52:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4ioremap=20=E5=AE=8F=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=20(#7662)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/qemu-virt64-aarch64/drivers/virt.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bsp/qemu-virt64-aarch64/drivers/virt.h b/bsp/qemu-virt64-aarch64/drivers/virt.h index 10ea7a49c6..801e889bff 100644 --- a/bsp/qemu-virt64-aarch64/drivers/virt.h +++ b/bsp/qemu-virt64-aarch64/drivers/virt.h @@ -12,13 +12,10 @@ #define VIRT_H__ #include +#include #ifdef RT_USING_SMART #include -#include - -#else -#define rt_ioremap(x, ...) (x) #endif #define __REG32(x) (*((volatile unsigned int *)(x)))