Remove direct usage of __attribute__((foo))
Migrate all direct usage of __attribute__ to usage of their
corresponding macros from cdefs.h.
e.g.:
 - __attribute__((unused)) -> __unused

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
1 parent 70ecb56 commit 65cd299f52450cc93a6986c7a912a843a2c4f6da
@Soren Brinkmann Soren Brinkmann authored on 14 Jan 2016
Showing 12 changed files
View
docs/porting-guide.md
View
drivers/io/io_fip.c
View
drivers/io/io_memmap.c
View
drivers/io/io_semihosting.c
View
include/bl31/runtime_svc.h
View
include/drivers/auth/img_parser_mod.h
View
include/lib/bakery_lock.h
View
include/lib/cassert.h
View
lib/aarch64/xlat_tables.c
View
plat/arm/common/arm_io_storage.c
View
plat/mediatek/mt8173/drivers/spm/spm.c
View
services/std_svc/psci/psci_common.c