summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/of/barebox.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/of/barebox.c b/drivers/of/barebox.c
index 224674240e..0220bc6b31 100644
--- a/drivers/of/barebox.c
+++ b/drivers/of/barebox.c
@@ -26,15 +26,6 @@
#include <envfs.h>
#include <linux/mtd/mtd.h>
-struct of_partition {
- struct list_head list;
- char *nodepath;
- struct device_d *dev;
- struct device_node *of_partitions;
-};
-
-static LIST_HEAD(of_partition_list);
-
static int environment_probe(struct device_d *dev)
{
char *path;