]> err.no Git - linux-2.6/blobdiff - include/asm-avr32/setup.h
SMBIOS/DMI: add type 41 = Onboard Devices Extended Information
[linux-2.6] / include / asm-avr32 / setup.h
index b0828d43e110c93f27b65adf593fc0c40e58a676..ea3070ff13a528872b55915195c707ae1079f764 100644 (file)
@@ -110,7 +110,7 @@ struct tagtable {
        int     (*parse)(struct tag *);
 };
 
-#define __tag __attribute_used__ __attribute__((__section__(".taglist.init")))
+#define __tag __used __attribute__((__section__(".taglist.init")))
 #define __tagtable(tag, fn)                                            \
        static struct tagtable __tagtable_##fn __tag = { tag, fn }