commit | e2100efb266c9335925191afe79f81f8d0a5807e | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 20 11:49:54 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 25 11:54:24 2006 +1000 |
tree | 685cea696b705b7544cfc16e90213b03158df016 | |
parent | 859deea949c382d9ccb6397fe33df3703ecef45d [diff] |
[POWERPC] Fix device_is_compatible() const warning Fix a const'ification related warning with device_is_compatible() and friends related to get_property() not properly having const on it's input device node argument. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>