]> git.baikalelectronics.ru Git - kernel.git/commit
of: fix unittest build without CONFIG_OF_OVERLAY
authorArnd Bergmann <arnd@arndb.de>
Fri, 28 Apr 2017 09:44:12 +0000 (11:44 +0200)
committerRob Herring <robh@kernel.org>
Fri, 28 Apr 2017 21:17:56 +0000 (16:17 -0500)
commit2a447fc6991589ff4ed2c18838989ff0baa55271
tree31277c7b2666c081ed0c4b83e0bb150d246c5abb
parentc3077e9d0b0308f8f3aebea8694fb7f8b306e39e
of: fix unittest build without CONFIG_OF_OVERLAY

We get a link error when the new tests are used by overlays
are not:

drivers/of/built-in.o: In function `unflatten_device_tree':
(.init.text+0x967): undefined reference to `unittest_unflatten_overlay_base'

This makes the #ifdef check match the symbols that lead to building
the unittest_unflatten_overlay_base function.

Fixes: c3077e9d0b03 ("of: Add unit tests for applying overlays")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Tested-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/of_private.h