diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-17 09:16:43 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-21 05:29:43 +0400 |
commit | f466c6fdb3b1f043ff1977a8d2a1d0cd4dc164fa (patch) | |
tree | 4ebd1b27da5be1a77c6d095b2d0066ab8fb2c5e0 /fs/reiserfs/hashes.c | |
parent | a8a4b79b53fc7cbb023afedf58b04dd4e9bbb114 (diff) | |
download | linux-f466c6fdb3b1f043ff1977a8d2a1d0cd4dc164fa.tar.xz |
move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/reiserfs/hashes.c')
-rw-r--r-- | fs/reiserfs/hashes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/hashes.c b/fs/reiserfs/hashes.c index 6471c670743e..91b0cc1242a2 100644 --- a/fs/reiserfs/hashes.c +++ b/fs/reiserfs/hashes.c @@ -19,7 +19,7 @@ // #include <linux/kernel.h> -#include <linux/reiserfs_fs.h> +#include "reiserfs.h" #include <asm/types.h> #define DELTA 0x9E3779B9 |