aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/btrfs/btrfs.h2
-rw-r--r--fs/btrfs/ctree.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/btrfs.h b/fs/btrfs/btrfs.h
index 7d8b395..a52587e 100644
--- a/fs/btrfs/btrfs.h
+++ b/fs/btrfs/btrfs.h
@@ -9,7 +9,7 @@
#define __BTRFS_BTRFS_H__
#include <linux/rbtree.h>
-#include "conv-funcs.h"
+#include "ctree.h"
extern struct btrfs_info btrfs_info;
extern struct btrfs_fs_info *current_fs_info;
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 219c410..5511231 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -13,7 +13,7 @@
#include <compiler.h>
#include <linux/rbtree.h>
#include <linux/bug.h>
-#include <linux/unaligned/le_byteshift.h>
+#include <asm/unaligned.h>
#include <u-boot/crc.h>
#include "kernel-shared/btrfs_tree.h"
#include "crypto/hash.h"