summaryrefslogtreecommitdiffstats
path: root/src/barebox-state/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/barebox-state/state.h')
-rw-r--r--src/barebox-state/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/barebox-state/state.h b/src/barebox-state/state.h
index 1befcf4..58de643 100644
--- a/src/barebox-state/state.h
+++ b/src/barebox-state/state.h
@@ -93,7 +93,7 @@ struct state {
struct list_head list; /* Entry to enqueue on list of states */
struct device_d dev;
- struct device_node *root;
+ char *of_path;
const char *name;
uint32_t magic;