X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm26%2Fsetup.h;h=e8256230647558a0841483c30cc1af8c20986217;hb=b91d8a1205faa76affc4e1b7d5ccac1d17026970;hp=10fd07c7666264b5f39c0387f66bf4d3200d94b7;hpb=de5603748af8bf7deac403e6ba92887f8d18e812;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-arm26/setup.h b/include/asm-arm26/setup.h index 10fd07c7666..e8256230647 100644 --- a/include/asm-arm26/setup.h +++ b/include/asm-arm26/setup.h @@ -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 }