[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: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Valentin Vidic 2017-05-18 10:50:14 -03:00 committed by Mauro Carvalho Chehab
parent c6cfe6edd6
commit 76d041f276

View file

@ -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))