diff options
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 @@ | |||
19 | // | 19 | // |
20 | 20 | ||
21 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
22 | #include <linux/reiserfs_fs.h> | 22 | #include "reiserfs.h" |
23 | #include <asm/types.h> | 23 | #include <asm/types.h> |
24 | 24 | ||
25 | #define DELTA 0x9E3779B9 | 25 | #define DELTA 0x9E3779B9 |