diff options
Diffstat (limited to 'fs/btrfs/hash.c')
-rw-r--r-- | fs/btrfs/hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/hash.c b/fs/btrfs/hash.c index 92c37eece1f2..6c2a71a46c7d 100644 --- a/fs/btrfs/hash.c +++ b/fs/btrfs/hash.c | |||
@@ -10,7 +10,6 @@ | |||
10 | * License. | 10 | * License. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include "kerncompat.h" | ||
14 | #define DELTA 0x9E3779B9 | 13 | #define DELTA 0x9E3779B9 |
15 | 14 | ||
16 | static void TEA_transform(__u32 buf[2], __u32 const in[]) | 15 | static void TEA_transform(__u32 buf[2], __u32 const in[]) |