backports: fix compilation with CONFIG_OF
authorJohannes Berg <johannes.berg@intel.com>
Fri, 21 Mar 2014 08:36:33 +0000 (09:36 +0100)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 9 Apr 2014 01:16:20 +0000 (18:16 -0700)
commita2913c54443cd20f36c869ad5902b129f6da5854
treef15c66d3ec2e4b727be4c6078e1a16c34e063184
parent8e946501aef6e3dd5bac12eb45d24df8248672b0
backports: fix compilation with CONFIG_OF

There are two users of of_find_property_value_of_size() which is
originally static in the kernel, but we need it exposed (but not
exported) so that multiple backport files can use it; do that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
backport/backport-include/linux/of.h
backport/compat/backport-3.10.c
backport/compat/compat-3.8.c