diff options
| author | David S. Miller <davem@davemloft.net> | 2010-03-22 20:05:26 -0700 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2010-03-22 20:05:26 -0700 | 
| commit | 91c030b4d6445ebe9fbddb86d584441f300df15c (patch) | |
| tree | e8a48e3ad9e0448c690268175e555fa651983546 /include/linux/of.h | |
| parent | 7c3456fdb503071787f7f972de1069b9cacd16f0 (diff) | |
| parent | ae6be51ed01d6c4aaf249a207b4434bc7785853b (diff) | |
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
Diffstat (limited to 'include/linux/of.h')
| -rw-r--r-- | include/linux/of.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/linux/of.h b/include/linux/of.h index f6d9cbc39c9c..a367e19bb3af 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -127,7 +127,7 @@ static inline unsigned long of_read_ulong(const __be32 *cell, int size)  /* Default string compare functions, Allow arch asm/prom.h to override */  #if !defined(of_compat_cmp) -#define of_compat_cmp(s1, s2, l)	strncasecmp((s1), (s2), (l)) +#define of_compat_cmp(s1, s2, l)	strcasecmp((s1), (s2))  #define of_prop_cmp(s1, s2)		strcmp((s1), (s2))  #define of_node_cmp(s1, s2)		strcasecmp((s1), (s2))  #endif | 
