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

Commit a94477da authored by David Chinner's avatar David Chinner Committed by Lachlan McIlroy
Browse files

[XFS] Include linux/random.h in all builds, not just debug builds.



SGI-PV: 979416
SGI-Modid: xfs-linux-melb:xfs-kern:31008a

Signed-off-by: default avatarDavid Chinner <dgc@sgi.com>
Signed-off-by: default avatarLachlan McIlroy <lachlan@sgi.com>
parent adaa693b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@
#include <linux/delay.h>
#include <linux/log2.h>
#include <linux/spinlock.h>
#include <linux/random.h>

#include <asm/page.h>
#include <asm/div64.h>
+0 −2
Original line number Diff line number Diff line
@@ -49,8 +49,6 @@ extern void assfail(char *expr, char *f, int l);

#else /* DEBUG */

#include <linux/random.h>

#define ASSERT(expr)	\
	(unlikely(expr) ? (void)0 : assfail(#expr, __FILE__, __LINE__))