]> 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 1a867b4e8d531e4f86b81feb4680e6ab15de7636..e8256230647558a0841483c30cc1af8c20986217 100644 (file)
@@ -70,7 +70,7 @@ struct tag_ramdisk {
 /* describes where the compressed ramdisk image lives */
 /*
  * this one accidentally used virtual addresses - as such,
- * its depreciated.
+ * it's deprecated.
  */
 #define ATAG_INITRD    0x54410005
 
@@ -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 }