X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=scripts%2Fdtc%2Fdtc.h;h=264a20cf66a8c6548c2f41b7266dac953937fd38;hb=0f1b1e6d73cb989ce2c071edc57deade3b084dfe;hp=3e42a071070e6bbf985bf4a0c813f1e677327748;hpb=56431cd194ca67a899a2a01a90ee94388ade1d0b;p=mirror_ubuntu-zesty-kernel.git diff --git a/scripts/dtc/dtc.h b/scripts/dtc/dtc.h index 3e42a071070e..264a20cf66a8 100644 --- a/scripts/dtc/dtc.h +++ b/scripts/dtc/dtc.h @@ -66,7 +66,6 @@ typedef uint32_t cell_t; #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) -#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) /* Data blobs */ enum markertype {