summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2012-12-17 16:48:26 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-19 10:30:56 +0100
commit52e60618d6977eefef24b5c8b530dcf3b88ffa0d (patch)
tree95f18dc3dc208f4cf41145e1a530ad579a47d545 /commands
parent4f03bc5d9fd06f0c3f58e674356b75e2830414b7 (diff)
downloadbarebox-52e60618d6977eefef24b5c8b530dcf3b88ffa0d.tar.gz
barebox-52e60618d6977eefef24b5c8b530dcf3b88ffa0d.tar.xz
ubi: consolidate ubi-media.h
We have two versions in the tree. Use the newer one, and put it into the mtd directory while we are at it. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/ubi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ubi.c b/commands/ubi.c
index bf700719b7..1653eaa486 100644
--- a/commands/ubi.c
+++ b/commands/ubi.c
@@ -9,7 +9,7 @@
#include <linux/kernel.h>
#include <linux/mtd/mtd-abi.h>
#include <mtd/ubi-user.h>
-#include <ubi-media.h>
+#include <mtd/ubi-media.h>
static int do_ubimkvol(int argc, char *argv[])
{