diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-07-21 19:13:23 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-08-17 18:57:08 +0300 |
commit | 2d0f986559a28c16bb59e6c49f4bce36d14548b8 (patch) | |
tree | 24aa852942643967bbd8f4ce12da3f8ff99e51dc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 25ae30d2a84cf4bc6c8e8bc53c63f261cc190616 (diff) | |
download | linux-2d0f986559a28c16bb59e6c49f4bce36d14548b8.tar.xz |
drm/tegra: Add CONFIG_OF dependency
Without CONFIG_OF, we can run into a build error:
drivers/gpu/drm/tegra/dpaux.c:378:20: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function); did you mean 'pinconf_generic_params'?
.dt_node_to_map = pinconf_generic_dt_node_to_map_group,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pinconf_generic_params
drivers/gpu/drm/tegra/dpaux.c:379:17: error: 'pinconf_generic_dt_free_map' undeclared here (not in a function); did you mean 'pinconf_generic_params'?
This adds an explicit dependency.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions