diff options
author | 2020-04-17 18:10:32 +0800 | |
---|---|---|
committer | 2020-04-21 08:15:03 +0200 | |
commit | 1cf6c1a74e90e846400e74a094f2a99a84049f57 (patch) | |
tree | 39c72002ca1e62405f2e9ed2c26241c66bb878bb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm: Fix misspellings of "Analog Devices" (diff) | |
download | linux-dev-1cf6c1a74e90e846400e74a094f2a99a84049f57.tar.xz linux-dev-1cf6c1a74e90e846400e74a094f2a99a84049f57.zip |
drm/gma500: remove unused variable 'hdmi_ids'
drivers/gpu/drm/gma500/oaktrail_hdmi.c:676:35: warning: ‘hdmi_ids’ defined but not used [-Wunused-const-variable=]
static const struct pci_device_id hdmi_ids[] = {
^~~~~~~~
It is never used, remove it.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200417101032.8140-1-yuehaibing@huawei.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions