aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/support
diff options
context:
space:
mode:
authorDavid Chinner <dgc@sgi.com>2008-04-30 17:11:16 +1000
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-30 07:53:50 -0700
commit64275ea4f33636de198da5c78d0dbe31522555b0 (patch)
tree5d8aeac9e74cb62afcccb804b089437f434f4b84 /fs/xfs/support
parent957d33fc1a3793e9ca8c24c6400271b924e46e19 (diff)
[XFS] Include linux/random.h in all builds, not just debug.
Noted-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Dave Chinner <dgc@sgi.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/xfs/support')
-rw-r--r--fs/xfs/support/debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/support/debug.h b/fs/xfs/support/debug.h
index 855da040864..75845f95081 100644
--- a/fs/xfs/support/debug.h
+++ b/fs/xfs/support/debug.h
@@ -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__))