forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/sparc/include/asm/io_64.h
....@@ -396,8 +396,6 @@
396396 }
397397 }
398398
399
-#define mmiowb()
400
-
401399 #ifdef __KERNEL__
402400
403401 /* On sparc64 we have the whole physical IO address space accessible
....@@ -408,7 +406,6 @@
408406 return (void __iomem *)offset;
409407 }
410408
411
-#define ioremap_nocache(X,Y) ioremap((X),(Y))
412409 #define ioremap_uc(X,Y) ioremap((X),(Y))
413410 #define ioremap_wc(X,Y) ioremap((X),(Y))
414411 #define ioremap_wt(X,Y) ioremap((X),(Y))