]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - probe_roms.c
Fix parallel make problem.
[thirdparty/mdadm.git] / probe_roms.c
index 61297959c979f732cba9f37b6f00f7205a6dab9c..b0b088332bb6ab5f4acb8541a9f0b8b0e5676111 100644 (file)
@@ -35,8 +35,6 @@ static const int rom_len = 0xf0000 - 0xc0000; /* option-rom memory region */
 static int _sigbus;
 static unsigned long rom_align;
 
-#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
-
 static void sigbus(int sig)
 {
        _sigbus = 1;