X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-ppc%2Ffsl_law.h;h=e955c756e8946609fb64f0b5aec4a3b63f0b17fc;hb=2c78febd114b716714e7ac83c17bac5e30066512;hp=23bd5057a71a5bf8477e4e7710c628a000d07331;hpb=ae92069abecc278d7b8de88ffa62de0c2c0ed2bf;p=oweals%2Fu-boot.git diff --git a/include/asm-ppc/fsl_law.h b/include/asm-ppc/fsl_law.h index 23bd5057a7..e955c756e8 100644 --- a/include/asm-ppc/fsl_law.h +++ b/include/asm-ppc/fsl_law.h @@ -3,7 +3,6 @@ #include -#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 }