summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-12-12 20:11:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-12-12 20:11:20 +0100
commit9917db36e42acac81ff914faf19af3d95e90e327 (patch)
tree4658ad2da6ec3f47aa41612773194d257e180c5d /commands
parentca188ad0da3b95ee99eab57187f995492bf259eb (diff)
parent3ec12bd4de20561bef8ecb4989c900a061e925d0 (diff)
downloadbarebox-9917db36e42acac81ff914faf19af3d95e90e327.tar.gz
barebox-9917db36e42acac81ff914faf19af3d95e90e327.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'commands')
-rw-r--r--commands/partition.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/partition.c b/commands/partition.c
index 44ee0359bf..14f400ccb4 100644
--- a/commands/partition.c
+++ b/commands/partition.c
@@ -16,7 +16,6 @@
#include <complete.h>
#include <driver.h>
#include <malloc.h>
-#include <partition.h>
#include <errno.h>
#include <xfuncs.h>
#include <fs.h>