kernel/arch/sparc/include/asm/io_64.h
.. .. @@ -396,8 +396,6 @@ 396 396 } 397 397 } 398 398 399 -#define mmiowb()400 -401 399 #ifdef __KERNEL__ 402 400 403 401 /* On sparc64 we have the whole physical IO address space accessible .. .. @@ -408,7 +406,6 @@ 408 406 return (void __iomem *)offset; 409 407 } 410 408 411 -#define ioremap_nocache(X,Y) ioremap((X),(Y))412 409 #define ioremap_uc(X,Y) ioremap((X),(Y)) 413 410 #define ioremap_wc(X,Y) ioremap((X),(Y)) 414 411 #define ioremap_wt(X,Y) ioremap((X),(Y))