Commit 49310ed0 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] pt3: make pt3_pm_ops() static

drivers/media/pci/pt3/pt3.c:862:1: warning: symbol 'pt3_pm_ops' was not declared. Should it be static?

Cc: Akihiro Tsukada <tskd08@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 70dc5363
......@@ -859,7 +859,7 @@ static const struct pci_device_id pt3_id_table[] = {
};
MODULE_DEVICE_TABLE(pci, pt3_id_table);
SIMPLE_DEV_PM_OPS(pt3_pm_ops, pt3_suspend, pt3_resume);
static SIMPLE_DEV_PM_OPS(pt3_pm_ops, pt3_suspend, pt3_resume);
static struct pci_driver pt3_driver = {
.name = DRV_NAME,
......
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