diff options
author | Nathan Scott <nathans@sgi.com> | 2005-09-05 11:47:01 +1000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-09-05 11:47:01 +1000 |
commit | cde410a99d0dd38eb218be884d02034fcdf5125b (patch) | |
tree | a503ef290f3fbeb2382b69a33cbcd1a209904b7f /fs/xfs/support | |
parent | c31e887807a3eab26614ee142629ba447cbcc0dc (diff) | |
download | linux-cde410a99d0dd38eb218be884d02034fcdf5125b.tar.bz2 |
[XFS] Sort out some cosmetic differences between XFS trees.
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:23719a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/support')
-rw-r--r-- | fs/xfs/support/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/support/debug.c b/fs/xfs/support/debug.c index 4ed7b6928cd7..4e1a5ec22fa3 100644 --- a/fs/xfs/support/debug.c +++ b/fs/xfs/support/debug.c @@ -31,6 +31,7 @@ */ #include "debug.h" +#include "spin.h" #include <asm/page.h> #include <linux/sched.h> |