From 3c84ded0f5ac0d48abc89215dcd84cb6406c3edb Mon Sep 17 00:00:00 2001 From: Sebastian Hesselbarth Date: Tue, 2 Jul 2013 20:14:37 +0200 Subject: OF: remove device and resource pointer from struct device_node struct device_node has its own resources and a pointer to associated device_d. With recent platform related OF code, we can convert the only user of it and remove those pointers from struct device_node. Signed-off-by: Sebastian Hesselbarth Signed-off-by: Sascha Hauer --- include/of.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/of.h') diff --git a/include/of.h b/include/of.h index f33ed20bbd..f01d8544d4 100644 --- a/include/of.h +++ b/include/of.h @@ -30,9 +30,6 @@ struct device_node { struct list_head children; struct list_head parent_list; struct list_head list; - struct resource *resource; - int num_resource; - struct device_d *device; struct list_head phandles; phandle phandle; }; -- cgit v1.2.3