]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - scripts/dtc/dtc.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[mirror_ubuntu-zesty-kernel.git] / scripts / dtc / dtc.h
index 3e42a071070e6bbf985bf4a0c813f1e677327748..264a20cf66a8c6548c2f41b7266dac953937fd38 100644 (file)
@@ -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 {