Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76d041f2 authored by Valentin Vidic's avatar Valentin Vidic Committed by Mauro Carvalho Chehab
Browse files

[media] atomisp: drop unused qos variable



Fixes a sparse warning:

drivers/staging/media/atomisp/platform/intel-mid/intel_mid_pcihelpers.c:35:5: warning: symbol 'qos' was not declared. Should it be static?

Signed-off-by: default avatarValentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c6cfe6ed
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ static DEFINE_SPINLOCK(msgbus_lock);

static struct pci_dev *pci_root;
static struct pm_qos_request pm_qos;
int qos;

#define DW_I2C_NEED_QOS	(platform_is(INTEL_ATOM_BYT))