[SPARC]: Add unique device_node IDs and a ".node" property.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2006-06-25 23:18:57 -07:00
parent fb7cd9d9ac
commit 87b385da1f
4 changed files with 75 additions and 36 deletions

View File

@ -36,6 +36,7 @@ struct property {
void *value;
struct property *next;
unsigned long _flags;
unsigned int unique_id;
};
struct device_node {
@ -59,6 +60,7 @@ struct device_node {
struct kref kref;
unsigned long _flags;
void *data;
unsigned int unique_id;
};
/* flag descriptions */