diff options
author | 2020-10-26 20:41:01 +0100 | |
---|---|---|
committer | 2020-10-27 20:36:23 +0200 | |
commit | 65b7da27d2f6a9ad7da11ed502d0ba564bbdf17d (patch) | |
tree | 81e3ea07ccb134b41040229405ba33f9aae8ece2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/doc: Document legacy_cursor_update better (diff) | |
download | wireguard-linux-65b7da27d2f6a9ad7da11ed502d0ba564bbdf17d.tar.xz wireguard-linux-65b7da27d2f6a9ad7da11ed502d0ba564bbdf17d.zip |
drm/tilcdc: avoid 'make W=2' build failure
The -Wmissing-field-initializer warning when building with W=2
turns into an error because tilcdc is built with -Werror:
drm/tilcdc/tilcdc_drv.c:431:33: error: missing field 'data' initializer [-Werror,-Wmissing-field-initializers] { "regs", tilcdc_regs_show, 0 },
drm/tilcdc/tilcdc_drv.c:432:33: error: missing field 'data' initializer [-Werror,-Wmissing-field-initializers] { "mm", tilcdc_mm_show, 0 },
Add the missing field initializers to address the warning.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201026194110.3817470-1-arnd@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions