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

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,