- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / include / linux / compiler-gcc3.h
index 2d8c0f4..e5eb795 100644 (file)
@@ -7,10 +7,8 @@
 
 #if __GNUC_MINOR__ >= 3
 # define __used                        __attribute__((__used__))
-# define __attribute_used__    __used                          /* deprecated */
 #else
 # define __used                        __attribute__((__unused__))
-# define __attribute_used__    __used                          /* deprecated */
 #endif
 
 #if __GNUC_MINOR__ >= 4