diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-06-27 14:02:50 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-14 15:46:43 +0300 |
commit | 979f97ddad4bd188b4f09dd6b46514bbd5117d0b (patch) | |
tree | 716d5249d78c8e6ddc81bf5a4d941084a3490c4e /arch/arm/mach-tegra | |
parent | 6176d8efb8583ed40113287d63b46cf3aa8f67be (diff) | |
download | linux-979f97ddad4bd188b4f09dd6b46514bbd5117d0b.tar.xz |
ARM: s3c64xx: avoid warning about 'struct device_node'
The change to simplify of_platform_populate() had an unintended
side-effect of introducing a build warning on s3c64xx:
In file included from arch/arm/mach-s3c64xx/mach-s3c64xx-dt.c:18:0:
arch/arm/mach-s3c64xx/common.h:27:30: error: 'struct device_node' declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
This adds a forward-declaration for the structure name in the
header to avoid the warning.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 850bea2335e4 ("arm: Remove unnecessary of_platform_populate with default match table")
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-tegra')
0 files changed, 0 insertions, 0 deletions