Commit d9c1452c authored by Tom Rix's avatar Tom Rix Committed by Gerd Hoffmann

drm/qxl: remove qxl_log_level global

Smatch reports this issue
qxl_kms.c:36:5: warning: symbol 'qxl_log_level' was not declared. Should it be static?

qxl_log_level is defined qxl_kms.c but unused, so remove.
Signed-off-by: default avatarTom Rix <trix@redhat.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20220421142054.3751507-1-trix@redhat.comSigned-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 430ac054
......@@ -33,8 +33,6 @@
#include "qxl_drv.h"
#include "qxl_object.h"
int qxl_log_level;
static bool qxl_check_device(struct qxl_device *qdev)
{
struct qxl_rom *rom = qdev->rom;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment