]> git.sur5r.net Git - u-boot/blobdiff - include/asm-ppc/fsl_law.h
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
[u-boot] / include / asm-ppc / fsl_law.h
index 23bd5057a71a5bf8477e4e7710c628a000d07331..e955c756e8946609fb64f0b5aec4a3b63f0b17fc 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <asm/io.h>
 
-#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
 #define SET_LAW_ENTRY(idx, a, sz, trgt) \
        { .index = idx, .addr = a, .size = sz, .trgt_id = trgt }