diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/of.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/of.h b/include/linux/of.h index d4c014a35ea5..dbabf86e0b7a 100644 --- a/include/linux/of.h +++ b/include/linux/of.h | |||
@@ -39,10 +39,7 @@ struct of_irq_controller; | |||
39 | struct device_node { | 39 | struct device_node { |
40 | const char *name; | 40 | const char *name; |
41 | const char *type; | 41 | const char *type; |
42 | phandle node; | 42 | phandle phandle; |
43 | #if !defined(CONFIG_SPARC) | ||
44 | phandle linux_phandle; | ||
45 | #endif | ||
46 | char *full_name; | 43 | char *full_name; |
47 | 44 | ||
48 | struct property *properties; | 45 | struct property *properties; |