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/bootenv.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/bootenv.c')
-rw-r--r-- | ubi-utils/src/bootenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/bootenv.c b/ubi-utils/src/bootenv.c index fd02bd1..78198fe 100644 --- a/ubi-utils/src/bootenv.c +++ b/ubi-utils/src/bootenv.c @@ -30,7 +30,7 @@ #include "hashmap.h" #include "error.h" -#include <mtd/ubi-header.h> +#include <mtd/ubi-media.h> #include "crc32.h" #define ubi_unused __attribute__((unused)) |