diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-04-24 03:57:33 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-07-19 23:39:06 -0400 |
commit | 1ef4d4242d9c494c49ae1ae66dc938fce0272816 (patch) | |
tree | 74c64ec940b306b5d1e7bb93a980041ad670468d /include/asm-sparc64 | |
parent | d1cd355a5e44dfe993efc0c0458ca9f99a28a9a3 (diff) |
Consolidate of_find_node_by routines
This consolidates the routines of_find_node_by_path, of_find_node_by_name,
of_find_node_by_type and of_find_compatible_device. Again, the comparison
of strings are done differently by Sparc and PowerPC and also these add
read_locks around the iterations.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Paul Mackerras <paulus@samba.org>
Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/prom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc64/prom.h b/include/asm-sparc64/prom.h index e83896f3c141..2b9e0d795faf 100644 --- a/include/asm-sparc64/prom.h +++ b/include/asm-sparc64/prom.h | |||
@@ -25,6 +25,7 @@ | |||
25 | 25 | ||
26 | #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) | 26 | #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) |
27 | #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) | 27 | #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) |
28 | #define of_node_cmp(s1, s2) strcmp((s1), (s2)) | ||
28 | 29 | ||
29 | typedef u32 phandle; | 30 | typedef u32 phandle; |
30 | typedef u32 ihandle; | 31 | typedef u32 ihandle; |