]> git.baikalelectronics.ru Git - kernel.git/commit
of: add missing const for of_parse_phandle_with_args() in !CONFIG_OF
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 25 May 2016 01:15:04 +0000 (01:15 +0000)
committerRob Herring <robh@kernel.org>
Fri, 3 Jun 2016 12:27:55 +0000 (07:27 -0500)
commit10a8154e80cba4e53f50b6f20695ea810750d3c4
treeed844d162d50fe122cb606cba13014340517e5a3
parent14d0c37d146a51773a59904bb8b1ac039acea0ac
of: add missing const for of_parse_phandle_with_args() in !CONFIG_OF

commit e0722c584d40e92252197872bedeea2abbaf8fad
("of: *node argument to of_parse_phandle_with_args should be const")
changed to const for struct device node *np,
but it cares CONFIG_OF case only, !CONFIG_OF case need it too.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Rob Herring <robh@kernel.org>
include/linux/of.h