]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm26/setup.h
[ARM] use __used attribute
[linux-2.6-omap-h63xx.git] / include / asm-arm26 / setup.h
index 10fd07c7666264b5f39c0387f66bf4d3200d94b7..e8256230647558a0841483c30cc1af8c20986217 100644 (file)
@@ -173,7 +173,7 @@ struct tagtable {
        int (*parse)(const struct tag *);
 };
 
-#define __tag __attribute_used__ __attribute__((__section__(".taglist")))
+#define __tag __used __attribute__((__section__(".taglist")))
 #define __tagtable(tag, fn) \
 static struct tagtable __tagtable_##fn __tag = { tag, fn }