[build] Provide common ARRAY_SIZE() definition

Several files define the ARRAY_SIZE() macro as used in Linux.  Provide
a common definition for this in include/compiler.h.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2017-03-10 15:40:17 +00:00
parent 4524cc11bf
commit afdebdc163
9 changed files with 9 additions and 19 deletions

View File

@@ -3284,8 +3284,6 @@ struct tg3 {
u16 subsystem_device;
};
#define ARRAY_SIZE(x) ( sizeof(x) / sizeof((x)[0]) )
#define TG3_TX_RING_SIZE 512
#define TG3_DEF_TX_RING_PENDING (TG3_TX_RING_SIZE - 1)