summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_linux.h
diff options
context:
space:
mode:
authorDavid Chinner2008-04-30 09:11:16 +0200
committerLinus Torvalds2008-04-30 16:53:50 +0200
commit64275ea4f33636de198da5c78d0dbe31522555b0 (patch)
tree5d8aeac9e74cb62afcccb804b089437f434f4b84 /fs/xfs/linux-2.6/xfs_linux.h
parentdocbook: fix fatal rapidio yet again (and more to come) (diff)
downloadkernel-qcow2-linux-64275ea4f33636de198da5c78d0dbe31522555b0.tar.gz
kernel-qcow2-linux-64275ea4f33636de198da5c78d0dbe31522555b0.tar.xz
kernel-qcow2-linux-64275ea4f33636de198da5c78d0dbe31522555b0.zip
[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/linux-2.6/xfs_linux.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h
index 1bc9f600365f..4edc46915b57 100644
--- a/fs/xfs/linux-2.6/xfs_linux.h
+++ b/fs/xfs/linux-2.6/xfs_linux.h
@@ -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>