]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] atomisp: drop unused qos variable
authorValentin Vidic <Valentin.Vidic@CARNet.hr>
Thu, 18 May 2017 13:50:14 +0000 (10:50 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 19 May 2017 09:56:55 +0000 (06:56 -0300)
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>
drivers/staging/media/atomisp/platform/intel-mid/intel_mid_pcihelpers.c

index a6c0f5f8c3f8ed01aab645fc0fb7bf09b09c5036..b014633619432f9c6a8b3c4d4323d2b08a7602db 100644 (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))