X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm26%2Fsetup.h;h=6348931be65d9333d19a427a2f6981684e2dde54;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=387c3c6b2d6d35ba58338d3b040ad25db5d21113;hpb=9bf4aaab3e101692164d49b7ca357651eb691cb6;p=linux-2.6.git diff --git a/include/asm-arm26/setup.h b/include/asm-arm26/setup.h index 387c3c6b2..6348931be 100644 --- a/include/asm-arm26/setup.h +++ b/include/asm-arm26/setup.h @@ -171,7 +171,7 @@ struct tagtable { int (*parse)(const struct tag *); }; -#define __tag __attribute__((unused, __section__(".taglist"))) +#define __tag __attribute_used__ __attribute__((__section__(".taglist"))) #define __tagtable(tag, fn) \ static struct tagtable __tagtable_##fn __tag = { tag, fn }