diff options
Diffstat (limited to 'fs/btrfs/hash.c')
-rw-r--r-- | fs/btrfs/hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/hash.c b/fs/btrfs/hash.c index 22519b8e0cf2..32de1ea1b64e 100644 --- a/fs/btrfs/hash.c +++ b/fs/btrfs/hash.c | |||
@@ -11,6 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/types.h> | 13 | #include <linux/types.h> |
14 | #include "hash.h" | ||
14 | #define DELTA 0x9E3779B9 | 15 | #define DELTA 0x9E3779B9 |
15 | 16 | ||
16 | static void TEA_transform(__u32 buf[2], __u32 const in[]) | 17 | static void TEA_transform(__u32 buf[2], __u32 const in[]) |