diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-10-30 09:55:51 +0200 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-10-30 10:01:56 +0200 |
commit | 789d2d7019da3d74670e4cfc137f11a1065ef748 (patch) | |
tree | cc00eb2ede3a460d23e2df7333f60b380738be39 /mkfs.ubifs/README | |
parent | dd183c2c8000d42073d19fefc2740dc50bafd287 (diff) |
Move mkfs.ubifs/ubifs-media.h to include/mtd
This file will be shared with the ubidump tool in the future.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'mkfs.ubifs/README')
-rw-r--r-- | mkfs.ubifs/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkfs.ubifs/README b/mkfs.ubifs/README index 4fbaa7d..7e19939 100644 --- a/mkfs.ubifs/README +++ b/mkfs.ubifs/README @@ -2,7 +2,6 @@ UBIFS File System - Make File System program * crc16.h and crc16.c were copied from the linux kernel. * crc32.h and crc32.c were copied from mtd-utils and amended. -* ubifs-media.h is fs/ubifs/ubifs-media.h from the linux kernel * ubifs.h is a selection of definitions from fs/ubifs/ubifs.h from the linux kernel. * key.h is copied from fs/ubifs/key.h from the linux kernel. * defs.h is a bunch of definitions to smooth things over. |