]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-h8300/system.h
PHY: Add the phy_device_release device method.
[linux-2.6-omap-h63xx.git] / include / asm-h8300 / system.h
index 7807018f85002cd201db14dc74926f469b3c11b5..2c1e83f7b4191568bcb1880cc5f423c7bdaa3773 100644 (file)
@@ -82,8 +82,7 @@ asmlinkage void resume(void);
 #define mb()   asm volatile (""   : : :"memory")
 #define rmb()  asm volatile (""   : : :"memory")
 #define wmb()  asm volatile (""   : : :"memory")
-#define set_rmb(var, value)    do { xchg(&var, value); } while (0)
-#define set_mb(var, value)     set_rmb(var, value)
+#define set_mb(var, value) do { xchg(&var, value); } while (0)
 
 #ifdef CONFIG_SMP
 #define smp_mb()       mb()