提交 76d041f2 编写于 作者: V Valentin Vidic 提交者: Mauro Carvalho Chehab

[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: NValentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 c6cfe6ed
...@@ -32,7 +32,6 @@ static DEFINE_SPINLOCK(msgbus_lock); ...@@ -32,7 +32,6 @@ static DEFINE_SPINLOCK(msgbus_lock);
static struct pci_dev *pci_root; static struct pci_dev *pci_root;
static struct pm_qos_request pm_qos; static struct pm_qos_request pm_qos;
int qos;
#define DW_I2C_NEED_QOS (platform_is(INTEL_ATOM_BYT)) #define DW_I2C_NEED_QOS (platform_is(INTEL_ATOM_BYT))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册