diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-12-10 16:54:28 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-01-25 03:13:02 -0500 |
commit | f7f4f4dd6948e3bca0e04e5217c825052ad88f5a (patch) | |
tree | e7e047f1ec986eb4f0795d98cda5801aa265221e /arch/blackfin | |
parent | 2309fb8ef40e82c4175100c37eb3d9db9e572ca5 (diff) |
cramfs: take headers to fs/cramfs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c index 396193042127..4f424ae3b36d 100644 --- a/arch/blackfin/kernel/setup.c +++ b/arch/blackfin/kernel/setup.c | |||
@@ -17,7 +17,7 @@ | |||
17 | #ifdef CONFIG_MTD_UCLINUX | 17 | #ifdef CONFIG_MTD_UCLINUX |
18 | #include <linux/mtd/map.h> | 18 | #include <linux/mtd/map.h> |
19 | #include <linux/ext2_fs.h> | 19 | #include <linux/ext2_fs.h> |
20 | #include <linux/cramfs_fs.h> | 20 | #include <uapi/linux/cramfs_fs.h> |
21 | #include <linux/romfs_fs.h> | 21 | #include <linux/romfs_fs.h> |
22 | #endif | 22 | #endif |
23 | 23 | ||