mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-14 13:39:10 +00:00
[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: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
70dc536337
commit
49310ed0ab
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user