diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-25 17:54:50 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-25 17:54:50 +0200 |
commit | ce6f15501c7f93ec887e9b2ef764ed4adee75a4c (patch) | |
tree | d1142ac63621a2e2d56da688f7b95746e30360d6 /include/mtd/ubi-header.h | |
parent | 22c86621f29f4ef7166fa16c9c0b1fd6aff2f887 (diff) |
ubi-utils: use mtd_swab.h
Do not relay on asm/byteorder and use mtd_swab.h instead
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'include/mtd/ubi-header.h')
-rw-r--r-- | include/mtd/ubi-header.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mtd/ubi-header.h b/include/mtd/ubi-header.h index 5dacbf7..386fa3c 100644 --- a/include/mtd/ubi-header.h +++ b/include/mtd/ubi-header.h @@ -31,7 +31,6 @@ #define __UBI_HEADER_H__ #include <stdint.h> -#include <asm/byteorder.h> /* The version of UBI images supported by this implementation */ #define UBI_VERSION 1 |