aboutsummaryrefslogtreecommitdiff
path: root/dtc.h
diff options
context:
space:
mode:
authorDavid Gibson <dgibson@sneetch.(none)>2005-10-26 16:57:40 +1000
committerDavid Gibson <dgibson@sneetch.(none)>2005-10-26 16:57:40 +1000
commit1ae70562f04c3b60644a52d005d8551484852b5f (patch)
treeb83b3f1d7634be835b0598848b7e554b54c7422e /dtc.h
parent712e52e4386295c6ae9570721c4c91965d747b08 (diff)
downloaddtc-1ae70562f04c3b60644a52d005d8551484852b5f.zip
dtc-1ae70562f04c3b60644a52d005d8551484852b5f.tar.gz
dtc-1ae70562f04c3b60644a52d005d8551484852b5f.tar.bz2
Remove no longer used (and already commented) reserve_data field from boot_info.
Diffstat (limited to 'dtc.h')
-rw-r--r--dtc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dtc.h b/dtc.h
index be17ad6..3d32b61 100644
--- a/dtc.h
+++ b/dtc.h
@@ -199,7 +199,6 @@ struct reserve_info *add_reserve_entry(struct reserve_info *list,
struct boot_info {
struct reserve_info *reservelist;
-/* struct data mem_reserve_data; /\* mem reserve from header *\/ */
struct node *dt; /* the device tree */
};