Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c2f7a85 authored by Lars Ellenberg's avatar Lars Ellenberg Committed by Philipp Reisner
Browse files

drbd: remove unused define

parent 0c7db279
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -160,8 +160,6 @@ static const struct block_device_operations drbd_ops = {
	.release = drbd_release,
};

#define ARRY_SIZE(A) (sizeof(A)/sizeof(A[0]))

#ifdef __CHECKER__
/* When checking with sparse, and this is an inline function, sparse will
   give tons of false positives. When this is a real functions sparse works.