Remove direct usage of __attribute__((foo))
Soren Brinkmann authored
Migrate all direct usage of __attribute__ to usage of their
corresponding macros from cdefs.h.
e.g.:
 - __attribute__((unused)) -> __unused
Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
65cd299f