提交 5bdf6731 编写于 作者: B Ben Dooks

[ARM] S3C64XX: Remove __virt_to_bus/__bus_to_virt macros

The changes for ARM highmem support have removed the need
for the __virt_to_bus and __bus_to_virt macros, so remove them
from this build.
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
上级 dbf35992
......@@ -15,7 +15,4 @@
#define PHYS_OFFSET UL(0x50000000)
#define __virt_to_bus(x) __virt_to_phys(x)
#define __bus_to_virt(x) __phys_to_virt(x)
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册