]> asedeno.scripts.mit.edu Git - linux.git/commit
net: atlantic: make symbol 'aq_pm_ops' static
authorzhengbin <zhengbin13@huawei.com>
Tue, 12 Nov 2019 06:59:41 +0000 (14:59 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Nov 2019 18:55:41 +0000 (10:55 -0800)
commit0ee0bbb018938addf87b54d447cc5633d2e53490
treebe5d01ad3103530bd3f108b159e27ad60a0fa59d
parentb55cbbee74b77dc17165f6c80dfa31e12c5cb1ff
net: atlantic: make symbol 'aq_pm_ops' static

Fix sparse warnings:

drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c:426:25: warning: symbol 'aq_pm_ops' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: 8aaa112a57c1 ("net: atlantic: refactoring pm logic")
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c