summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-11-07 08:31:47 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-07 08:31:47 +0100
commitb8d20bf3fa58c738e348f5aaaf722e207cac4a52 (patch)
tree443c8fad79a38524818b34f1968cd2eeb6930a85 /include
parent8be53ce2ab9326a00977bf5424760fce8a1565c1 (diff)
parent9101c2d02ff6bebc1deaf2bcc911d3d3dd621a68 (diff)
downloadbarebox-b8d20bf3fa58c738e348f5aaaf722e207cac4a52.tar.gz
barebox-b8d20bf3fa58c738e348f5aaaf722e207cac4a52.tar.xz
Merge branch 'for-next/of'
Diffstat (limited to 'include')
-rw-r--r--include/of.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/of.h b/include/of.h
index e5cd7506cc..3381e69147 100644
--- a/include/of.h
+++ b/include/of.h
@@ -30,7 +30,6 @@ struct device_node {
struct list_head children;
struct list_head parent_list;
struct list_head list;
- struct list_head phandles;
phandle phandle;
};