diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-02-18 10:26:20 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-02-18 10:26:20 +0200 |
commit | c0e2c526578aff5e531a9afa765c7900ba6e5c34 (patch) | |
tree | 21b2c29a7482c1eab10f627221b608fed12e0d37 /ubi-utils/src/libpfiflash.c | |
parent | 0b8f3bea73524d339c26f9048be3528e3a5b79f3 (diff) |
UBI: update ubi-header.h
Take the latest version from the kernel, where it was renamed
to ubi-media.h.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/libpfiflash.c')
-rw-r--r-- | ubi-utils/src/libpfiflash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/libpfiflash.c b/ubi-utils/src/libpfiflash.c index cf18ad3..b0d454a 100644 --- a/ubi-utils/src/libpfiflash.c +++ b/ubi-utils/src/libpfiflash.c @@ -52,7 +52,7 @@ #include "bootenv.h" /* ubi-header.h and crc32.h needed for CRC checking */ -#include <mtd/ubi-header.h> /* FIXME Is this ok here? */ +#include <mtd/ubi-media.h> /* FIXME Is this ok here? */ #include "crc32.h" #define ubi_unused __attribute__((unused)) |