]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-xtensa/system.h
[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/*
[linux-2.6-omap-h63xx.git] / include / asm-xtensa / system.h
index b29f7ae6a08ae5a872be5ca443844a4f01dd7362..932bda92a21c392b609e67eb09608897d4259657 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef _XTENSA_SYSTEM_H
 #define _XTENSA_SYSTEM_H
 
-#include <linux/config.h>
 #include <linux/stringify.h>
 
 #include <asm/processor.h>
@@ -100,7 +99,6 @@ static inline void disable_coprocessor(int i)
 #endif
 
 #define set_mb(var, value)     do { var = value; mb(); } while (0)
-#define set_wmb(var, value)    do { var = value; wmb(); } while (0)
 
 #if !defined (__ASSEMBLY__)